/*общие*/
:root {
    /* main */
    --color__dark: #193469;
    --color__white: #ffffff;
    /* fill */
    --color__fill-1: #193469;
    --color__fill-2: #FF3A4B;
    --color__fill-1-h: #03308a;
    --color__fill-2-h: #f10015;
    --color__fill-3: #20B2FF;
    /* border */
    --color__border: #CEDDEB;
    /* text */
    --color__text-1: #193469;
    /* gray */
    --color__gray-1: #f7f7ff;
	  --color__gray-2: #A7BBE1;
}
body,
html {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: var(--color__text-1);
    font-size: 1em;
    line-height: 1.3;
    background: var(--color__gray-1);
    overflow-x: hidden;
    position: relative;
}
a {
    transition: all 0.25s;
    outline: none;
    color: var(--color__fill-2);
    text-decoration: none;
}
a:hover {
    color: var(--color__fill-1);
}
.center-wrap {
    margin: auto;
    width: 1300px;
    max-width: 95%;
}
.header {
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
    display: flex;height: 7rem;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}
.header__logo {
    background: url(../images/logo.png);
    width: 12rem;
    min-width: 12rem;
    height: 5rem;
    background-size: 8rem;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2rem;
    position: relative;
    flex: 0 1 12rem;
}
.header__burger {
    display: none;
}
.header__info {
    flex: 0 1 12rem;
    flex: 0 1 12rem;
    text-align: right;
    padding-right: 1.5rem;
}
.header__time {
    font-size: 0.8rem;
    font-weight: bold;
}
.header__phone {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 1px 0;
}
.header__free {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color__fill-2);
}
.header__nav {
    flex: 1;
}
.nav {
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header__nav {
    margin: 0 2rem;
    padding: 0.75rem 2rem;
    border-right: 1px solid var(--color__border);
    border-left: 1px solid var(--color__border);
}
.nav__link {
    font-size: 0.95rem;
    color: var(--color__text-1);
    font-weight: 500;
}
.nav__link:hover {
    color: var(--color__fill-2)
}
.banner {
    margin-bottom: 1rem;
    background: url(../images/virus.png) left bottom no-repeat var(--color__dark);
    border-radius: 10px;
    padding: 1rem;
    color: #fff;
    background-size: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner__btns {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}
.banner__text	 {
    font-size: 1.45rem;
    padding-left: 7.5rem;
    flex: 0 1 40%;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}
.banner__btns .btn {
    margin-left: 2rem;padding: 0.75rem 2.75rem;
}
.btn {
    color: #fff;
    font-size: 1.1rem;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    border: 2px solid #fff;
    font-weight: 600;
}
.btn:hover {
    background:  var(--color__fill-2);
    border-color:  var(--color__fill-2);color: #FFFFFF;
}
.btn.--red {
    background:  var(--color__fill-2);
    border-color:  var(--color__fill-2);
}
.btn.--red:hover {
    background:#fff;
    border-color: #fff;
    color:  var(--color__fill-2);
}
.slider {
  
    border-radius: 10px;
    position: relative;
    margin-bottom: 2rem;
}
.js-slider-swiper {
    width: 100%;
    margin-right: 0; height: 100%;
}

.slider1 {
    background: url(../images/slider1.png) right top no-repeat #fff;
    background-size: 45%;
}
.slider2  {
    background: url('../images/Group 346.png') right top no-repeat #fff;
    background-size:40%;
}
.slider3  {
    background: url('../images/Group 347.png') right bottom no-repeat #fff;
    background-size:32%;
}
.slider4  {
    background: url('../images/Group 348.png') right top no-repeat #fff;
    background-size:35%;
}
.slider5  {
    background: url('../images/Group 346 (1).png') right top no-repeat #fff;
    background-size:40%;
}
.slider6  {
    background: url('../images/Group 346 (2).png') right top no-repeat #fff;
    background-size:40%;
}
.slider__one {
    padding: 3rem 1rem; border-radius: 10px; background-color: #fff;
    border-radius: 10px;
	padding-left: 5rem;
}
.slider__wrap
{max-width: 38rem; position: relative;}
.slider__note
{position: absolute;
    right: 0;
    top: 0;
    background: var(--color__fill-2);
    height: 3rem;
    width: 3rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
    padding: 1rem;}
.slider__footer
{    display: flex;
    justify-content: space-between;
    align-items: flex-start;}
.slider__price
{ text-align: right;}
.slider__oldprice
{    position: relative;
    font-size: 0.9rem;
    color: var(--color__gray-2);    width: auto;
    display: inline-block;}
.slider__oldprice:before
{     content: "";
    width: 100%;
    border-bottom: 1px solid var(--color__gray-2);
    position: absolute;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 0.5rem;}
.slider__newprice
{font-weight: 600;}
.slider__newprice span
{color: var(--color__fill-2);
    font-size: 1.5rem;
    padding-left: 0.5rem;}
.slider__h1 {

    font-size: 2.2rem;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 1.5rem;
}
.slider__h1 span
{    color: var(--color__fill-2);}
.slider__p {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}	
.slider__ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 1rem;
    list-style: none;
   
}
.slider__ul li {
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    position: relative;
    font-size: 0.95rem;
}
.slider__ul li:before {
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0px;
    top: 0.1rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.180456 7.7632C0.1433 8.80713 0.0661449 9.85015 0.000900269 10.8922C-0.0174103 11.1805 0.246589 11.4215 0.511656 11.4215C0.646767 11.4215 0.777611 11.365 0.872722 11.2665C0.88961 11.249 0.902589 11.2299 0.9161 11.2111C0.954144 11.2381 0.995211 11.2615 1.04072 11.2772C1.16428 11.3201 1.28783 11.3561 1.41459 11.3874C1.5625 11.4241 1.71948 11.4331 1.87059 11.4511C2.11308 11.4797 2.3593 11.4758 2.60321 11.4778C2.73459 11.4789 2.86596 11.4793 2.99734 11.4793C3.3497 11.4793 3.70188 11.4756 4.05423 11.4686C4.52161 11.4592 4.98827 11.4428 5.45423 11.4167C5.42881 11.688 5.39663 11.9583 5.36285 12.2289C5.32392 12.4761 5.28445 12.723 5.24552 12.9698C5.20374 13.2323 5.14632 13.4933 5.09725 13.7546C5.05725 13.9639 5.00819 14.1708 4.96125 14.379C4.90294 14.6356 4.84303 14.892 4.78259 15.1482C4.72694 15.2366 4.69619 15.3408 4.69619 15.4478C4.69619 15.5072 4.70845 15.5654 4.7273 15.6213C4.76463 15.79 4.88214 15.9341 5.05512 15.9832C5.09494 15.9947 5.13547 16 5.17583 16C5.19699 16 5.21796 15.9976 5.23894 15.9947C5.58703 15.9772 5.93227 15.9218 6.27681 15.8676C6.60107 15.8168 6.92534 15.7658 7.25014 15.715C8.01209 15.5967 8.77458 15.4805 9.53654 15.3645C9.66703 15.3445 9.79556 15.22 9.85903 15.1077C9.93209 14.9789 9.95183 14.8215 9.9136 14.6774C9.87645 14.5375 9.78632 14.4167 9.6656 14.3434C9.62436 14.3256 9.58276 14.3072 9.54098 14.2893C9.57263 13.5013 9.60249 12.7132 9.62614 11.9249C9.63645 11.5872 9.64303 11.249 9.64889 10.9108C9.7664 10.8928 9.88374 10.8748 10.0012 10.8567C10.3968 10.8019 10.7922 10.7464 11.1883 10.6995C11.6784 10.641 12.168 10.5863 12.6585 10.534C13.3099 10.4644 13.9612 10.3925 14.6124 10.321C14.6281 10.3974 14.6722 10.4735 14.7204 10.5233C14.7925 10.5981 14.8912 10.6402 14.9927 10.6402C15.0946 10.6402 15.1934 10.5979 15.2651 10.5233C15.3433 10.4423 15.3653 10.352 15.3778 10.2415C15.378 10.2402 15.378 10.2389 15.3781 10.2378C15.4414 10.2308 15.5045 10.2242 15.5678 10.2172C15.6868 10.204 15.7856 10.1767 15.8732 10.086C15.9541 10.0022 16 9.88752 16 9.76952C16 9.65115 15.9541 9.53647 15.8732 9.45326C15.7996 9.37669 15.6757 9.31005 15.5678 9.32201C15.5266 9.32661 15.4853 9.33066 15.4441 9.33508C15.4535 9.10627 15.4585 8.87727 15.4581 8.64864C15.4581 8.35668 15.4558 8.06509 15.4503 7.7735C15.4485 7.6509 15.4425 7.52812 15.4384 7.40589C15.4268 7.07675 15.3925 6.73583 15.2197 6.45142C15.213 6.44019 15.2043 6.4308 15.1966 6.42031C15.2272 6.41736 15.2576 6.41423 15.2882 6.41147C15.4036 6.40006 15.5013 6.37153 15.5858 6.28409C15.6644 6.20272 15.7088 6.09098 15.7088 5.97593C15.7088 5.86088 15.6644 5.74951 15.5858 5.66815C15.5132 5.59304 15.3943 5.53027 15.2882 5.54021C14.3406 5.63151 13.3931 5.71472 12.4437 5.78559C12.0496 5.81504 11.6551 5.84542 11.2606 5.87597C10.8917 5.90396 10.5234 5.95016 10.155 5.98919C9.99129 6.00631 9.82774 6.02711 9.66436 6.04828C9.66276 5.99471 9.66205 5.94114 9.66027 5.88757C9.65192 5.63685 9.64072 5.38613 9.62969 5.13541C9.64925 5.08073 9.66916 5.02643 9.68712 4.97121C9.7152 4.88561 9.72712 4.79338 9.74045 4.70447C9.76072 4.56457 9.77529 4.42337 9.78685 4.28255C9.79929 4.12037 9.81938 3.95728 9.824 3.79455C9.82916 3.62132 9.83414 3.44792 9.83912 3.2747C9.84427 3.10589 9.8368 2.93617 9.83538 2.76718C9.8336 2.47798 9.82756 2.18639 9.81049 1.89775C9.80089 1.73024 9.79023 1.56438 9.776 1.39741C9.76125 1.23045 9.74472 1.06312 9.70987 0.898916V0.898548C9.75574 0.819024 9.7824 0.727903 9.7824 0.634205C9.7824 0.497616 9.7296 0.365075 9.63627 0.268432C9.55272 0.182281 9.40623 0.101101 9.28303 0.117116C8.96481 0.159455 8.64605 0.202713 8.32765 0.246893C8.08463 0.280212 7.84036 0.308193 7.59876 0.351085C7.36125 0.393424 7.1225 0.429136 6.88872 0.489515C6.88232 0.491172 6.87574 0.492644 6.86934 0.494302C6.85192 0.404837 6.81601 0.327154 6.77476 0.24579C6.6761 0.0493727 6.43254 -0.0400925 6.23272 0.0169735C6.15147 0.04072 6.08072 0.0836115 6.02098 0.144911C5.99574 0.178598 5.97085 0.211918 5.94561 0.24579C5.90241 0.323289 5.88036 0.407046 5.88036 0.496511C5.84161 0.795278 5.82187 1.09773 5.80303 1.39981C5.71396 1.42447 5.63094 1.47086 5.56499 1.53916C5.47307 1.63378 5.39965 1.78656 5.41067 1.92444C5.44285 2.32961 5.44285 2.73625 5.43965 3.14252C5.43592 3.5626 5.42774 3.98194 5.41903 4.40184C5.40445 5.08626 5.37565 5.7705 5.34543 6.45455C5.18401 6.46707 5.02276 6.47958 4.86134 6.49265C4.68179 6.50701 4.50116 6.5245 4.32125 6.53113C3.92623 6.54585 3.53263 6.54309 3.13761 6.53628C2.76232 6.53002 2.38614 6.52726 2.01085 6.54144C1.61174 6.55672 1.21174 6.59942 0.817966 6.67269C0.6761 6.69938 0.536011 6.73067 0.395922 6.76639C0.241611 6.80578 0.151123 6.98232 0.192368 7.13731C0.212101 7.21242 0.260812 7.27814 0.326056 7.31753C0.347212 7.33023 0.368012 7.33852 0.388989 7.34459C0.266323 7.4405 0.186501 7.59292 0.180456 7.7632ZM14.6695 9.37632C14.6692 9.39012 14.669 9.40393 14.6686 9.41755C14.6514 9.41939 14.634 9.42123 14.6167 9.42307C14.6352 9.40835 14.6537 9.39362 14.6695 9.37632ZM13.9202 9.49708C13.9452 9.46928 13.9705 9.44167 13.9943 9.41313C14.0229 9.43854 14.0533 9.46136 14.0864 9.4794C14.0309 9.48511 13.9755 9.49137 13.9202 9.49708ZM14.4724 6.48787C14.4622 6.50996 14.4532 6.5326 14.4468 6.55616C14.4146 6.67747 14.4395 6.7835 14.4894 6.89377C14.4912 6.89727 14.4928 6.90095 14.4946 6.90445C14.5289 7.01177 14.5531 7.1213 14.5724 7.23193C14.538 7.23782 14.5038 7.24666 14.4711 7.26083C14.4596 7.22236 14.4443 7.18628 14.4265 7.15499C14.4197 7.14302 14.4124 7.13142 14.4048 7.12001C14.4471 7.06055 14.4725 6.98765 14.4725 6.91328C14.4725 6.72018 14.3205 6.57236 14.1381 6.56702C14.0684 6.56481 13.9986 6.56279 13.9285 6.56095C13.9259 6.55285 13.9209 6.54604 13.9179 6.53831C14.1028 6.52229 14.2875 6.50499 14.4724 6.48787ZM12.7408 9.33287C12.7429 9.33379 12.7451 9.33471 12.7472 9.33582C12.7381 9.33177 12.7289 9.3279 12.7198 9.32404C12.7269 9.3268 12.7339 9.32993 12.7408 9.33287ZM12.5657 9.57605C12.6201 9.54991 12.6645 9.50775 12.6903 9.45142C12.7394 9.44277 12.7886 9.4343 12.8377 9.42565C12.894 9.41589 12.9502 9.40559 13.0064 9.39454C13.0268 9.39215 13.0473 9.3881 13.0679 9.38239L13.0683 9.38221C13.0999 9.37576 13.1314 9.36914 13.1628 9.36251C13.1824 9.39436 13.2043 9.42381 13.2268 9.44222C13.2654 9.47351 13.304 9.50499 13.3431 9.53537C13.3534 9.54089 13.3639 9.54659 13.3742 9.55212C13.0933 9.58065 12.8126 9.60918 12.5317 9.63698C12.544 9.61728 12.5564 9.59758 12.5657 9.57605ZM9.6672 9.5199C9.66792 9.44314 9.66845 9.36656 9.66898 9.2898C9.68605 9.29348 9.70329 9.29698 9.72054 9.30048C9.70507 9.34226 9.69405 9.38626 9.68249 9.42436C9.65174 9.52653 9.70134 9.64361 9.78898 9.69589C9.83627 9.72387 9.8832 9.7535 9.93138 9.78112C9.99983 9.81959 10.0747 9.83671 10.1504 9.84775C10.2645 9.86395 10.3804 9.86598 10.496 9.86377C10.2178 9.89911 9.93974 9.93593 9.66169 9.97404C9.66347 9.82254 9.66578 9.67122 9.6672 9.5199ZM8.80641 1.21296C8.84978 1.34955 8.88534 1.48835 8.91645 1.62881C8.83538 1.63157 8.75449 1.6347 8.67361 1.63746C8.67076 1.62163 8.66703 1.60616 8.66205 1.59107C8.69192 1.52867 8.70027 1.45558 8.68249 1.38821C8.66703 1.33004 8.63272 1.27886 8.58703 1.2415C8.66027 1.23192 8.73334 1.22235 8.80641 1.21296ZM8.87005 3.98249C8.84089 3.96869 8.81085 3.95636 8.77903 3.94715C8.74952 3.93887 8.71983 3.93298 8.69032 3.9293C8.68747 3.92156 8.68463 3.91365 8.68161 3.90592C8.67627 3.88567 8.66987 3.86615 8.66258 3.84719C8.68463 3.82418 8.70596 3.80007 8.72658 3.77374C8.72801 3.77209 8.72925 3.77043 8.73049 3.76877C8.74258 3.7627 8.75467 3.75626 8.76658 3.74908C8.80196 3.72772 8.83218 3.70121 8.86009 3.6725C8.86347 3.77559 8.86685 3.87904 8.87005 3.98249ZM8.14489 14.4093C8.18294 14.3346 8.20925 14.2499 8.23165 14.1691C8.23307 14.164 8.23449 14.159 8.23592 14.1538C8.24729 14.1627 8.25867 14.1715 8.26987 14.1805C8.36587 14.2565 8.52854 14.2623 8.63912 14.2304C8.67414 14.2205 8.70632 14.207 8.73601 14.1906C8.76107 14.1919 8.78614 14.1908 8.81049 14.1879C8.80818 14.244 8.80587 14.3 8.80356 14.3561C8.57441 14.3909 8.34561 14.4265 8.11645 14.4614C8.12623 14.4443 8.13672 14.4276 8.14489 14.4093ZM6.75965 3.33802C6.79467 3.35256 6.83236 3.36066 6.87201 3.359C7.06934 3.35054 7.26632 3.34078 7.46329 3.32955C7.46347 3.32992 7.46383 3.33029 7.46401 3.33047C7.44463 3.34649 7.42632 3.36306 7.40961 3.38017C7.37512 3.41533 7.34365 3.4527 7.31503 3.49191C7.26187 3.47424 7.20605 3.46485 7.1497 3.46485C7.0073 3.46485 6.86899 3.52394 6.76854 3.62795C6.75538 3.64157 6.74596 3.65667 6.73458 3.67103C6.74276 3.56002 6.7513 3.44902 6.75965 3.33802ZM6.56783 9.44664C6.57565 9.34153 6.58258 9.23623 6.59005 9.13112C6.5881 9.16609 6.58614 9.20125 6.58418 9.23623C6.57494 9.39491 6.56427 9.55396 6.55645 9.71319C6.55254 9.72037 6.5497 9.72847 6.54614 9.73602C6.55325 9.63956 6.56054 9.5431 6.56783 9.44664ZM6.55716 14.5187C6.60107 14.4995 6.64392 14.4787 6.68552 14.4531C6.69974 14.4445 6.71378 14.4351 6.72765 14.4254C6.75023 14.439 6.7753 14.45 6.80303 14.4579C6.85956 14.4736 6.91556 14.4736 6.97156 14.4579C6.99165 14.4522 7.00996 14.4449 7.02685 14.4362C7.07201 14.4712 7.12356 14.4966 7.17814 14.5106C7.19236 14.5415 7.21085 14.5699 7.23129 14.5971C7.17618 14.6058 7.1209 14.6139 7.06578 14.6225C6.84925 14.6564 6.63272 14.691 6.41618 14.7254C6.4841 14.6722 6.52676 14.6028 6.55716 14.5187ZM5.86792 14.6382C5.8681 14.6372 5.86827 14.6363 5.86845 14.6356C5.91361 14.7015 5.97743 14.7528 6.05299 14.7814C5.97743 14.7932 5.90187 14.8042 5.82632 14.8158C5.83983 14.7565 5.85423 14.6974 5.86792 14.6382ZM5.50205 10.3636C5.53441 10.2562 5.55059 10.1452 5.56179 10.0333C5.55592 10.1139 5.55023 10.1944 5.54454 10.275C5.54134 10.319 5.53796 10.3632 5.53494 10.4072C5.51841 10.4077 5.50187 10.4081 5.48552 10.4087C5.49121 10.3936 5.49761 10.3783 5.50205 10.3636ZM5.31343 7.30685C5.31343 7.30796 5.31361 7.30906 5.31361 7.31017C5.27094 7.3341 5.2313 7.36374 5.19663 7.39963C5.19147 7.40497 5.1865 7.41049 5.18152 7.41601C5.17832 7.40497 5.17512 7.39374 5.17174 7.38251C5.16516 7.35987 5.15663 7.33796 5.14721 7.31679C5.20267 7.31348 5.25796 7.31017 5.31343 7.30685ZM2.71041 8.57684C2.68694 8.51499 2.66241 8.45351 2.63681 8.39221C2.64623 8.41467 2.6553 8.43749 2.66472 8.46032C2.65601 8.43805 2.64748 8.41485 2.63859 8.39166C2.66099 8.38484 2.68339 8.37859 2.70597 8.3727C2.70597 8.43455 2.70845 8.49677 2.71165 8.55899C2.7113 8.56488 2.71094 8.57095 2.71041 8.57684ZM3.05139 7.30998C3.42579 7.33428 3.79894 7.35821 4.17441 7.35821C4.19503 7.35821 4.21565 7.35821 4.23645 7.35803C4.26401 7.35784 4.29156 7.35656 4.31912 7.356C4.30081 7.39742 4.28445 7.43958 4.27076 7.48339C4.26792 7.50014 4.26561 7.51708 4.26294 7.5342C4.25334 7.58887 4.2473 7.64409 4.24499 7.69969C4.2441 7.71368 4.24356 7.72748 4.24303 7.74147C4.17512 7.67355 4.08285 7.63507 3.98792 7.63507C3.97761 7.63507 3.9673 7.63544 3.95734 7.63636C3.90757 7.5688 3.83841 7.51745 3.75788 7.50143C3.57192 7.46443 3.3849 7.44676 3.1961 7.43866C3.01121 7.43074 2.82152 7.43258 2.63663 7.46001C2.63468 7.40166 2.63041 7.34349 2.62383 7.28587C2.76623 7.29323 2.90881 7.3006 3.05139 7.30998ZM2.5289 9.49689C2.5337 9.50738 2.53779 9.51825 2.5433 9.52837C2.53761 9.53021 2.5321 9.53279 2.52641 9.53463C2.5273 9.52193 2.52801 9.50941 2.5289 9.49689ZM1.1817 10.3914C1.17334 10.3908 1.16499 10.3904 1.15646 10.3899C1.12161 10.3875 1.08748 10.3925 1.05406 10.4007C1.06721 10.1997 1.07948 9.9987 1.0921 9.7975C1.1257 9.84131 1.15646 9.86819 1.20641 9.89414C1.20783 9.89488 1.20961 9.89543 1.21103 9.89617C1.20143 10.0613 1.19166 10.2262 1.1817 10.3914ZM1.34526 7.26433C1.33619 7.28973 1.32659 7.31495 1.32001 7.34109C1.2905 7.44234 1.26668 7.54708 1.24819 7.65256C1.22401 7.66232 1.20001 7.67612 1.1769 7.69177C1.15486 7.52076 1.04677 7.37552 0.900989 7.30004C1.0489 7.28476 1.19699 7.27206 1.34526 7.26433Z' fill='%23FF5757'/%3e%3c/svg%3e ");
}
.slider .swiper-pagination {
    left: 1.75rem;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.slider  .swiper-pagination-bullet {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    border-radius: 100%;
    background: var(--color__fill-3);
    opacity: .2;
    margin: 0.3rem;
    position: relative;
    transition: all 0.3s;
    outline: none;
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    margin: 1rem 0.3rem;
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    height: 1.3rem;
    width: 1.3rem;
    border: 1px solid var(--color__fill-3);
    border-radius: 100%;
    left: -0.35rem;
    top: -0.35rem;
    opacity: 0.2;
}
.service {
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.service__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
}
.service__one {
    background-color: #fff;
    padding: 9rem 2rem 1rem 2rem;
    border-radius:  10px;
    background-image: url(../images/serv1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Manrope', sans-serif;
}
.service__one.--kapel {
    background-image: url(../images/serv2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--alkogol {
    background-image: url(../images/serv3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--perevyzka {
    background-image: url(../images/serv4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--klizma {
    background-image: url(../images/serv5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--kateter {
    background-image: url(../images/serv6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--anliz {
    background-image: url(../images/serv7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--ekg {
    background-image: url(../images/serv8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__one.--uzi {
    background-image: url(../images/serv9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__h {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    width: 10rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
}
.service__price {
    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.readmore {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='29' height='8' viewBox='0 0 29 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28.3536 4.35355C28.5488 4.15829 28.5488 3.84171 28.3536 3.64645L25.1716 0.464466C24.9763 0.269204 24.6597 0.269204 24.4645 0.464466C24.2692 0.659728 24.2692 0.976311 24.4645 1.17157L27.2929 4L24.4645 6.82843C24.2692 7.02369 24.2692 7.34027 24.4645 7.53553C24.6597 7.7308 24.9763 7.7308 25.1716 7.53553L28.3536 4.35355ZM0 4.5H28V3.5H0V4.5Z' fill='%23FF3A4B'/%3e%3c/svg%3e ");
    padding-right: 2.5rem;
    background-position: center right;
    background-repeat: no-repeat;
}
.readmore:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='29' height='8' viewBox='0 0 29 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28.3536 4.35355C28.5488 4.15829 28.5488 3.84171 28.3536 3.64645L25.1716 0.464466C24.9763 0.269204 24.6597 0.269204 24.4645 0.464466C24.2692 0.659728 24.2692 0.976311 24.4645 1.17157L27.2929 4L24.4645 6.82843C24.2692 7.02369 24.2692 7.34027 24.4645 7.53553C24.6597 7.7308 24.9763 7.7308 25.1716 7.53553L28.3536 4.35355ZM0 4.5H28V3.5H0V4.5Z' fill='%231B3469'/%3e%3c/svg%3e ");
    padding-right: 3rem;
    background-position: center right;
    background-repeat: no-repeat;
}
.h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='174' height='17' viewBox='0 0 174 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 10C58.0363 3.74831 115.684 3.67271 173 2' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 16C58.5371 9.88521 111.342 5.87525 164 1' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 1.2rem;
}
.h2.--price {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='284' height='16' viewBox='0 0 284 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M29 2.18496C110.629 2.18496 192.468 4.6528 274 1' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1 7C95.1027 7.54034 188.928 15 283 15' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 1.2rem;
}
.price{
    font-family: 'Manrope', sans-serif;
    margin-top:5rem;
    margin-bottom: 2rem;
    padding: 0px 10%;
}
.price__head {
    background: #fff;
    padding: 1.25rem 2.25rem;
    border-radius: 10px;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 1.5rem 0rem;
}
.price__body {
    padding: 0rem 2.25rem;
}
.price__oneprice {
    display: flex;
    overflow: hidden;
    justify-content: space-between;align-items: flex-end;
    margin: 1.1rem 0;
    position: relative;
}
.price__oneprice:before {
    content: "..................................................................................................................................................................................................................................................................................................";
    position: absolute;
    left: 0px;
    bottom: 0.05rem;
    letter-spacing: 2px;
    font-size: 1.5rem;
}
.price__name {
    font-weight: 500;
    background: var(--color__gray-1);
    position: relative;
    padding-right: 0.5rem;
    flex: 0 1 auto;
    font-size: 1.2rem;
}
.price__name span {
    color: var(--color__fill-2);
}
.price__price {
    font-weight: 500;
    background: var(--color__gray-1);position: relative;
    padding-left: 0.75rem;
    font-size: 1.2rem;
    flex: 0 1 auto;
    text-align: right;
}
.price__note {
    margin-top: 2.5rem;
}
.price__note  p {
    color: var(--color__fill-2);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}
.about {
    margin:7rem 0 2rem 0;
}
.about__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__pic, .about__text {
    flex: 0 1 50%;
    width: 50%
}
.about__pic img {
    width: 80%;
    margin: auto;
    display: block;
}
.h2.--about {
    text-align: left;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='349' height='24' viewBox='0 0 349 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5.94078C88.7599 1.12142 176.76 -0.602718 264.613 2.71244C274.393 3.08148 284.146 3.5527 293.937 3.5527C297.947 3.5527 304.898 2.97329 308 4.34872' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12 13.2388C54.9957 13.2388 97.8976 12.4156 140.875 13.1895C209.923 14.4329 279.231 16.4089 348 23' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 1.2rem;
    text-align: center;
}
.about p {
    line-height: 1.7;
    margin-bottom: 1.75rem;
}
.about p span {
    color: var(--color__fill-2);
}
.about__pluses {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.about__oneplus {
    flex:0 1 50%;
    width: 50%;
    padding-right: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about__plus {
    flex: 0 1 4rem;
    font-size: 1.8rem;
    color: var(--color__fill-2);
    font-weight: 700;
}
.about__plustext {
    flex: 1;
    font-size: 0.9rem;
}
.about__plus:after {
    content: "";
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.3655 4.47497C10.3641 4.47693 10.3624 4.4789 10.3609 4.48087C10.3362 4.51213 10.3109 4.54098 10.2849 4.56809C10.2935 4.5906 10.3011 4.614 10.3075 4.63782C10.3111 4.64722 10.3144 4.6564 10.3178 4.66559C10.3529 4.66996 10.3881 4.67695 10.4232 4.68679C10.461 4.69772 10.4964 4.71236 10.5312 4.72876C10.5275 4.60591 10.5234 4.48305 10.5194 4.3602C10.4865 4.3943 10.4506 4.42578 10.4084 4.45114C10.3942 4.4601 10.3801 4.46775 10.3655 4.47497Z' fill='%23FF3A4B'/%3e%3cpath d='M12.0523 11.6943C11.9623 11.6814 11.8735 11.661 11.7922 11.6151C11.735 11.5823 11.6792 11.5474 11.6231 11.5139C11.5188 11.4518 11.4599 11.3128 11.4966 11.1915C11.5104 11.1462 11.5234 11.094 11.5418 11.0444C11.5213 11.0402 11.5011 11.0361 11.4806 11.0317C11.4797 11.1228 11.4793 11.2138 11.4785 11.3049C11.4768 11.4846 11.474 11.6643 11.4721 11.844C11.8023 11.799 12.1325 11.755 12.4629 11.7131C12.3255 11.7159 12.1878 11.7135 12.0523 11.6943Z' fill='%23FF3A4B'/%3e%3cpath d='M8.48808 4.11406C8.55501 4.11406 8.6213 4.1252 8.68442 4.14619C8.71862 4.09963 8.75577 4.05525 8.79673 4.0135C8.81657 3.99317 8.83832 3.9735 8.86133 3.95448C8.86112 3.95404 8.86069 3.9536 8.86048 3.95339C8.62657 3.96672 8.39266 3.97831 8.15833 3.98836C8.11125 3.99033 8.0665 3.98071 8.02491 3.96344C8.01499 4.09526 8.00506 4.22707 7.99514 4.35889C8.00844 4.34184 8.01984 4.32391 8.03546 4.30773C8.15495 4.18401 8.31898 4.11406 8.48808 4.11406Z' fill='%23FF3A4B'/%3e%3cpath d='M10.4609 16.848C10.432 16.8513 10.4022 16.8526 10.3725 16.8513C10.3372 16.871 10.299 16.8869 10.2574 16.8985C10.1259 16.9363 9.93295 16.9296 9.81895 16.8393C9.80565 16.8286 9.79214 16.8181 9.77863 16.8076C9.77694 16.8137 9.77525 16.8196 9.77356 16.8257C9.74675 16.9217 9.71572 17.0222 9.67054 17.111C9.66083 17.1326 9.64858 17.1525 9.63676 17.1729C9.90867 17.1313 10.1806 17.0893 10.4527 17.0478C10.4554 16.9811 10.4582 16.9147 10.4609 16.848Z' fill='%23FF3A4B'/%3e%3cpath d='M15.8441 11.3232C15.7977 11.2872 15.7519 11.2498 15.7061 11.2126C15.6792 11.1908 15.6533 11.1558 15.6301 11.118C15.5927 11.1261 15.5553 11.1339 15.5177 11.1414L15.5173 11.1416C15.493 11.1484 15.4686 11.1532 15.4443 11.156C15.3776 11.1691 15.3109 11.1814 15.2439 11.1929C15.1855 11.2032 15.1272 11.2133 15.0689 11.2236C15.0383 11.2902 14.9855 11.3405 14.9209 11.3715C14.91 11.3971 14.895 11.4207 14.8804 11.4443C15.214 11.4111 15.5475 11.3774 15.8809 11.3436C15.8688 11.3366 15.8564 11.3298 15.8441 11.3232Z' fill='%23FF3A4B'/%3e%3cpath d='M16.785 7.79842C17.0016 7.80454 17.1821 7.98029 17.1821 8.2096C17.1821 8.29791 17.1522 8.38426 17.1017 8.45509C17.1108 8.46842 17.1194 8.48241 17.1275 8.49662C17.1486 8.53378 17.1667 8.57663 17.1804 8.62231C17.2191 8.60548 17.2598 8.59499 17.3008 8.58799C17.2778 8.45662 17.2491 8.32655 17.2083 8.19911C17.2062 8.19495 17.2043 8.19058 17.2022 8.18643C17.1427 8.05549 17.1133 7.92936 17.1515 7.78552C17.1591 7.75754 17.1699 7.73065 17.1819 7.70442C16.9624 7.72475 16.743 7.7453 16.5235 7.76475C16.5271 7.77393 16.5332 7.78202 16.5361 7.79164C16.6193 7.79339 16.7023 7.79579 16.785 7.79842Z' fill='%23FF3A4B'/%3e%3cpath d='M17.4199 11.1334C17.401 11.1546 17.379 11.1724 17.3569 11.1899C17.3775 11.1877 17.3983 11.1855 17.4189 11.1833C17.4193 11.1666 17.4197 11.1499 17.4199 11.1334Z' fill='%23FF3A4B'/%3e%3cpath d='M7.81709 10.9683C7.81968 10.9267 7.82184 10.885 7.82422 10.8435C7.81515 10.9683 7.80673 11.0933 7.79723 11.2181C7.78838 11.3327 7.77952 11.4472 7.77067 11.5618C7.77521 11.553 7.77866 11.5432 7.7832 11.5347C7.79291 11.3456 7.80587 11.1567 7.81709 10.9683Z' fill='%23FF3A4B'/%3e%3cpath d='M16.5292 11.2781C16.595 11.2713 16.6609 11.2639 16.7266 11.2571C16.6873 11.2357 16.651 11.2086 16.6172 11.1784C16.5889 11.2123 16.5589 11.2451 16.5292 11.2781Z' fill='%23FF3A4B'/%3e%3cpath d='M15.127 11.0826C15.1185 11.0789 15.1101 11.0751 15.1014 11.0717C15.1125 11.0764 15.1235 11.0814 15.1348 11.0862C15.1322 11.0848 15.1296 11.0837 15.127 11.0826Z' fill='%23FF3A4B'/%3e%3cpath d='M10.2838 1.88901C10.2895 1.90693 10.2942 1.92529 10.2976 1.94409C10.3936 1.94081 10.4899 1.9371 10.5859 1.93382C10.549 1.76725 10.5068 1.6022 10.4553 1.44C10.3685 1.45137 10.2817 1.46252 10.195 1.47389C10.249 1.51826 10.29 1.57903 10.3083 1.64811C10.3292 1.72812 10.3195 1.8149 10.2838 1.88901Z' fill='%23FF3A4B'/%3e%3cpath d='M3.001 11.2754C2.99985 11.2909 2.99894 11.3066 2.99779 11.322C3.00511 11.3197 3.01198 11.3166 3.01953 11.3143C3.01244 11.3018 3.00717 11.2884 3.001 11.2754Z' fill='%23FF3A4B'/%3e%3cpath d='M1.29626 11.634C1.28127 11.8729 1.2665 12.1116 1.25109 12.3503C1.29078 12.3405 1.33131 12.3346 1.37269 12.3374C1.38261 12.3381 1.39253 12.3385 1.40267 12.3392C1.41449 12.1431 1.4261 11.9472 1.4375 11.7512C1.43581 11.7503 1.4337 11.7496 1.43201 11.7488C1.37248 11.7179 1.33616 11.686 1.29626 11.634Z' fill='%23FF3A4B'/%3e%3cpath d='M8.58594 17.3332C8.56166 17.3009 8.5397 17.2672 8.52282 17.2305C8.458 17.2139 8.39678 17.1839 8.34316 17.1422C8.32311 17.1526 8.30157 17.1614 8.27751 17.1679C8.21101 17.1865 8.14451 17.1865 8.07737 17.1679C8.04444 17.1585 8.01467 17.1454 7.98786 17.1293C7.9714 17.1408 7.95472 17.152 7.93783 17.1623C7.88843 17.1926 7.83734 17.2174 7.78541 17.2401C7.7491 17.34 7.69864 17.4226 7.61821 17.4854C7.87534 17.4445 8.13247 17.4034 8.38961 17.3632C8.45505 17.3531 8.52049 17.3435 8.58594 17.3332Z' fill='%23FF3A4B'/%3e%3cpath d='M3.79727 8.83279C4.02147 8.84241 4.24335 8.86339 4.46438 8.90733C4.56023 8.92635 4.64214 8.98734 4.70125 9.06756C4.71307 9.06647 4.72532 9.06603 4.73756 9.06603C4.85029 9.06603 4.95986 9.11172 5.0405 9.19238C5.04114 9.17599 5.04198 9.15937 5.04283 9.14276C5.04557 9.07674 5.05275 9.01116 5.06415 8.94624C5.06731 8.92591 5.07006 8.90558 5.07344 8.88591C5.08969 8.83388 5.10911 8.78382 5.13086 8.73464C5.09814 8.73529 5.06542 8.73682 5.03269 8.73704C5.0082 8.73726 4.98372 8.73726 4.95902 8.73726C4.51315 8.73726 4.07003 8.70884 3.62543 8.67999C3.45612 8.66884 3.28681 8.66009 3.11749 8.65135C3.12531 8.71977 3.13037 8.78885 3.13269 8.85815C3.35246 8.82536 3.57772 8.82339 3.79727 8.83279Z' fill='%23FF3A4B'/%3e%3cpath d='M1.39773 9.13403C1.42518 9.11545 1.45389 9.09884 1.48239 9.08747C1.50435 8.96221 1.53263 8.83783 1.56768 8.7176C1.57549 8.68656 1.58689 8.65661 1.59766 8.62645C1.42159 8.63563 1.24573 8.65049 1.07009 8.66885C1.2432 8.75848 1.37135 8.93096 1.39773 9.13403Z' fill='%23FF3A4B'/%3e%3cpath d='M3.13159 9.96441C3.14219 9.99196 3.15237 10.0195 3.16276 10.046C3.15152 10.0188 3.14071 9.99174 3.12947 9.96507C3.15979 10.0379 3.18906 10.1109 3.21727 10.1843C3.21769 10.1773 3.21833 10.1701 3.21875 10.1631C3.21514 10.0892 3.21196 10.0153 3.21196 9.9419C3.18503 9.94889 3.15831 9.95633 3.13159 9.96441Z' fill='%23FF3A4B'/%3e%3cpath d='M6.97032 17.3792C6.97011 17.3803 6.9699 17.3812 6.96968 17.3823C6.95364 17.4527 6.93654 17.5228 6.92028 17.593C7.01001 17.5792 7.09994 17.5661 7.18945 17.5521C7.09973 17.5185 7.02394 17.4575 6.97032 17.3792Z' fill='%23FF3A4B'/%3e%3cpath d='M6.58295 12.2007C6.58994 12.1049 6.59652 12.0094 6.60352 11.9137C6.59016 12.0463 6.57086 12.1784 6.53226 12.3058C6.52696 12.3233 6.51933 12.3414 6.51233 12.3594C6.53205 12.3587 6.55156 12.3585 6.57128 12.3576C6.5751 12.3054 6.57913 12.2531 6.58295 12.2007Z' fill='%23FF3A4B'/%3e%3cpath d='M6.15369 8.80615C6.15961 8.79959 6.16552 8.79304 6.17164 8.7867C6.2128 8.74407 6.26009 8.70887 6.31055 8.68046C6.31055 8.67915 6.31034 8.67783 6.31034 8.67652C6.24447 8.68024 6.17882 8.68439 6.11295 8.68833C6.12414 8.71347 6.13427 8.73926 6.14208 8.76637C6.14609 8.7797 6.14989 8.79282 6.15369 8.80615Z' fill='%23FF3A4B'/%3e%3cpath d='M0.214293 9.21879C0.17017 10.4585 0.0785465 11.6971 0.00107002 12.9345C-0.0206757 13.2769 0.292826 13.563 0.607592 13.563C0.768036 13.563 0.923412 13.4959 1.03636 13.3789C1.05641 13.3582 1.07183 13.3354 1.08787 13.3132C1.13305 13.3453 1.18181 13.373 1.23586 13.3916C1.38258 13.4426 1.5293 13.4854 1.67982 13.5226C1.85547 13.5661 2.04188 13.5768 2.22132 13.5982C2.50928 13.6321 2.80167 13.6275 3.09131 13.6299C3.24732 13.6312 3.40333 13.6316 3.55935 13.6316C3.97777 13.6316 4.39598 13.6273 4.8144 13.619C5.36941 13.6078 5.92358 13.5884 6.4769 13.5573C6.44671 13.8795 6.4085 14.2004 6.36839 14.5218C6.32215 14.8154 6.27529 15.1085 6.22905 15.4016C6.17944 15.7134 6.11125 16.0233 6.05299 16.3335C6.00549 16.5821 5.94722 16.8278 5.89149 17.075C5.82224 17.3797 5.7511 17.6843 5.67932 17.9885C5.61324 18.0935 5.57672 18.2172 5.57672 18.3442C5.57672 18.4148 5.59129 18.4839 5.61367 18.5503C5.658 18.7506 5.79754 18.9217 6.00295 18.9801C6.05024 18.9937 6.09838 19 6.1463 19C6.17142 19 6.19633 18.9972 6.22124 18.9937C6.6346 18.9729 7.04458 18.9071 7.45371 18.8428C7.83877 18.7825 8.22384 18.7219 8.60954 18.6616C9.51436 18.521 10.4198 18.3831 11.3246 18.2454C11.4796 18.2216 11.6322 18.0738 11.7076 17.9405C11.7944 17.7874 11.8178 17.6005 11.7724 17.4294C11.7283 17.2632 11.6213 17.1198 11.4779 17.0328C11.4289 17.0116 11.3795 16.9898 11.3299 16.9686C11.3675 16.0327 11.403 15.0969 11.431 14.1609C11.4433 13.7597 11.4511 13.3582 11.4581 12.9566C11.5976 12.9352 11.7369 12.9138 11.8765 12.8923C12.3462 12.8272 12.8157 12.7614 13.2861 12.7057C13.8681 12.6362 14.4495 12.5712 15.032 12.5091C15.8055 12.4265 16.579 12.341 17.3523 12.2562C17.3709 12.3469 17.4232 12.4372 17.4804 12.4965C17.5661 12.5852 17.6833 12.6353 17.8038 12.6353C17.9248 12.6353 18.0422 12.585 18.1273 12.4965C18.2202 12.4003 18.2463 12.293 18.2611 12.1618C18.2613 12.1603 18.2613 12.1587 18.2615 12.1574C18.3367 12.1491 18.4116 12.1412 18.4868 12.1329C18.628 12.1172 18.7454 12.0848 18.8495 11.9771C18.9455 11.8776 19 11.7414 19 11.6013C19 11.4607 18.9455 11.3246 18.8495 11.2257C18.7621 11.1348 18.6149 11.0557 18.4868 11.0699C18.4378 11.0754 18.3888 11.0802 18.3399 11.0854C18.351 10.8137 18.357 10.5418 18.3565 10.2703C18.3565 9.92356 18.3538 9.5773 18.3472 9.23104C18.3451 9.08545 18.338 8.93964 18.3331 8.79449C18.3194 8.40364 18.2786 7.99879 18.0734 7.66106C18.0654 7.64772 18.0551 7.63658 18.046 7.62412C18.0823 7.62062 18.1184 7.6169 18.1547 7.61362C18.2917 7.60007 18.4078 7.56619 18.5081 7.46235C18.6014 7.36573 18.6542 7.23304 18.6542 7.09642C18.6542 6.95979 18.6014 6.82754 18.5081 6.73092C18.422 6.64173 18.2807 6.56719 18.1547 6.57899C17.0295 6.68742 15.9043 6.78623 14.7769 6.87039C14.3089 6.90536 13.8404 6.94143 13.372 6.97772C12.9339 7.01095 12.4965 7.06581 12.0591 7.11216C11.8647 7.13249 11.6704 7.15719 11.4764 7.18233C11.4745 7.11872 11.4737 7.0551 11.4716 6.99149C11.4617 6.69376 11.4483 6.39603 11.4353 6.0983C11.4585 6.03337 11.4821 5.96889 11.5035 5.90331C11.5368 5.80166 11.551 5.69214 11.5668 5.58656C11.5909 5.42042 11.6082 5.25276 11.6219 5.08553C11.6367 4.89294 11.6605 4.69926 11.666 4.50602C11.6721 4.30032 11.678 4.0944 11.684 3.8887C11.6901 3.68824 11.6812 3.4867 11.6795 3.28602C11.6774 2.9426 11.6702 2.59634 11.65 2.25358C11.6386 2.05466 11.6259 1.8577 11.609 1.65943C11.5915 1.46116 11.5719 1.26245 11.5305 1.06746V1.06702C11.5849 0.972589 11.6166 0.864384 11.6166 0.753117C11.6166 0.590918 11.5539 0.433525 11.4431 0.318762C11.3439 0.216457 11.1699 0.120056 11.0236 0.139074C10.6457 0.189352 10.2672 0.240721 9.88908 0.293184C9.6005 0.33275 9.31043 0.365978 9.02353 0.416912C8.74149 0.46719 8.45796 0.509598 8.18035 0.581299C8.17275 0.583265 8.16494 0.585014 8.15734 0.586983C8.13665 0.480743 8.09401 0.388494 8.04503 0.291874C7.92786 0.0586281 7.63864 -0.0476112 7.40135 0.020155C7.30488 0.0483532 7.22085 0.099287 7.14992 0.172081C7.11994 0.212084 7.09039 0.251652 7.06041 0.291874C7.00911 0.383904 6.98293 0.483366 6.98293 0.589605C6.93691 0.944391 6.91348 1.30355 6.8911 1.66227C6.78533 1.69156 6.68674 1.74665 6.60842 1.82775C6.49928 1.94011 6.41209 2.12155 6.42518 2.28528C6.46339 2.76641 6.46339 3.2493 6.45959 3.73174C6.45515 4.23059 6.44544 4.72855 6.4351 5.22718C6.41779 6.03993 6.38359 6.85246 6.3477 7.66478C6.15601 7.67964 5.96453 7.6945 5.77284 7.71002C5.55962 7.72708 5.34513 7.74784 5.13149 7.75571C4.6624 7.7732 4.195 7.76992 3.72591 7.76183C3.28026 7.7544 2.83355 7.75112 2.38789 7.76795C1.91395 7.7861 1.43895 7.83681 0.971336 7.92381C0.80287 7.95551 0.636513 7.99267 0.470158 8.03508C0.286913 8.08186 0.179459 8.2915 0.228437 8.47556C0.251869 8.56475 0.309713 8.64279 0.387192 8.68957C0.412313 8.70465 0.437016 8.71449 0.461926 8.7217C0.316259 8.83559 0.22147 9.01659 0.214293 9.21879ZM17.42 11.1344C17.4196 11.1508 17.4194 11.1672 17.419 11.1833C17.3985 11.1855 17.3778 11.1877 17.3573 11.1899C17.3793 11.1724 17.4013 11.1549 17.42 11.1344ZM16.5302 11.2778C16.56 11.2448 16.59 11.212 16.6182 11.1781C16.6522 11.2083 16.6883 11.2354 16.7276 11.2568C16.6617 11.2636 16.5959 11.271 16.5302 11.2778ZM17.1859 7.70434C17.1739 7.73057 17.1631 7.75746 17.1555 7.78544C17.1173 7.9295 17.1469 8.05541 17.2062 8.18635C17.2083 8.19051 17.2102 8.19488 17.2123 8.19903C17.2531 8.32647 17.2818 8.45654 17.3048 8.58792C17.2638 8.59491 17.2233 8.60541 17.1844 8.62224C17.1707 8.57655 17.1526 8.53371 17.1315 8.49654C17.1234 8.48234 17.1148 8.46856 17.1057 8.45501C17.1559 8.3844 17.1861 8.29784 17.1861 8.20952C17.1861 7.98021 17.0056 7.80468 16.789 7.79834C16.7063 7.79572 16.6233 7.79331 16.5401 7.79113C16.537 7.78151 16.5311 7.77342 16.5275 7.76424C16.747 7.74522 16.9664 7.72467 17.1859 7.70434ZM15.1297 11.0828C15.1322 11.0839 15.1348 11.085 15.1373 11.0863C15.1265 11.0815 15.1156 11.0769 15.1048 11.0723C15.1132 11.0756 15.1215 11.0793 15.1297 11.0828ZM14.9218 11.3716C14.9864 11.3405 15.0391 11.2905 15.0697 11.2236C15.128 11.2133 15.1865 11.2032 15.2448 11.193C15.3117 11.1814 15.3784 11.1691 15.4451 11.156C15.4694 11.1532 15.4937 11.1484 15.5181 11.1416L15.5186 11.1414C15.5561 11.1337 15.5935 11.1259 15.6309 11.118C15.6541 11.1558 15.6801 11.1908 15.7069 11.2126C15.7527 11.2498 15.7985 11.2872 15.8449 11.3232C15.8572 11.3298 15.8696 11.3366 15.8819 11.3431C15.5483 11.377 15.215 11.4109 14.8814 11.4439C14.896 11.4205 14.9108 11.3971 14.9218 11.3716ZM11.4798 11.3049C11.4806 11.2137 11.4813 11.1228 11.4819 11.0316C11.5022 11.036 11.5227 11.0402 11.5431 11.0443C11.5248 11.0939 11.5117 11.1462 11.498 11.1914C11.4614 11.3128 11.5203 11.4518 11.6244 11.5139C11.6806 11.5471 11.7363 11.5823 11.7935 11.6151C11.8748 11.6608 11.9637 11.6811 12.0536 11.6942C12.1891 11.7134 12.3268 11.7158 12.464 11.7132C12.1336 11.7552 11.8034 11.7989 11.4733 11.8442C11.4754 11.6643 11.4781 11.4846 11.4798 11.3049ZM10.4576 1.44039C10.5091 1.60259 10.5513 1.76742 10.5883 1.93421C10.492 1.93749 10.396 1.9412 10.2999 1.94448C10.2965 1.92568 10.2921 1.90732 10.2862 1.88939C10.3217 1.81529 10.3316 1.72851 10.3105 1.6485C10.2921 1.57942 10.2514 1.51865 10.1971 1.47427C10.2841 1.46291 10.3708 1.45154 10.4576 1.44039ZM10.5332 4.72921C10.4986 4.71282 10.4629 4.69817 10.4251 4.68724C10.3901 4.6774 10.3548 4.67041 10.3198 4.66604C10.3164 4.65686 10.313 4.64746 10.3094 4.63828C10.3031 4.61423 10.2955 4.59106 10.2868 4.56854C10.313 4.54122 10.3383 4.51258 10.3628 4.48132C10.3645 4.47935 10.366 4.47739 10.3675 4.47542C10.3818 4.4682 10.3962 4.46055 10.4103 4.45203C10.4523 4.42667 10.4882 4.39519 10.5214 4.36109C10.5254 4.48351 10.5294 4.60636 10.5332 4.72921ZM9.67206 17.1111C9.71724 17.0223 9.74849 16.9218 9.77509 16.8258C9.77677 16.8197 9.77846 16.8138 9.78015 16.8077C9.79366 16.8182 9.80717 16.8287 9.82047 16.8394C9.93447 16.9297 10.1276 16.9364 10.259 16.8986C10.3005 16.8868 10.3388 16.8708 10.374 16.8514C10.4038 16.8529 10.4335 16.8516 10.4625 16.8481C10.4597 16.9148 10.457 16.9812 10.4542 17.0479C10.1821 17.0892 9.91041 17.1314 9.63828 17.173C9.6499 17.1526 9.66235 17.1327 9.67206 17.1111ZM8.02709 3.9639C8.06868 3.98117 8.11343 3.99079 8.16051 3.98882C8.39484 3.97876 8.62875 3.96718 8.86266 3.95384C8.86287 3.95428 8.8633 3.95471 8.86351 3.95493C8.8405 3.97395 8.81875 3.99363 8.79891 4.01396C8.75795 4.05571 8.72059 4.10008 8.6866 4.14665C8.62347 4.12566 8.55719 4.11451 8.49026 4.11451C8.32116 4.11451 8.15692 4.18468 8.03764 4.30819C8.02202 4.32437 8.01083 4.34229 7.99732 4.35934C8.00703 4.22753 8.01716 4.09571 8.02709 3.9639ZM7.7993 11.2179C7.80859 11.0931 7.81682 10.968 7.82569 10.8432C7.82336 10.8847 7.82104 10.9265 7.81872 10.968C7.80774 11.1565 7.79508 11.3453 7.78579 11.5344C7.78114 11.5429 7.77776 11.5526 7.77354 11.5615C7.78199 11.447 7.79064 11.3324 7.7993 11.2179ZM7.78663 17.2409C7.83877 17.2182 7.88965 17.1935 7.93905 17.1631C7.95594 17.1528 7.97262 17.1417 7.98909 17.1301C8.0159 17.1463 8.04566 17.1594 8.0786 17.1688C8.14573 17.1874 8.21223 17.1874 8.27873 17.1688C8.30259 17.162 8.32433 17.1533 8.34439 17.143C8.39801 17.1845 8.45923 17.2147 8.52404 17.2313C8.54093 17.268 8.56289 17.3017 8.58716 17.3341C8.52172 17.3443 8.45606 17.354 8.39062 17.3642C8.13349 17.4044 7.87635 17.4455 7.61922 17.4864C7.69986 17.4232 7.75053 17.3408 7.78663 17.2409ZM6.96815 17.3828C6.96836 17.3817 6.96858 17.3806 6.96879 17.3797C7.02241 17.458 7.0982 17.519 7.18792 17.5529C7.0982 17.5669 7.00848 17.58 6.91875 17.5938C6.9348 17.5234 6.9519 17.4532 6.96815 17.3828ZM6.53369 12.3067C6.57211 12.1793 6.59132 12.0475 6.60462 11.9146C6.59765 12.0103 6.5909 12.1058 6.58414 12.2016C6.58034 12.2538 6.57633 12.3063 6.57274 12.3585C6.55311 12.3592 6.53348 12.3596 6.51405 12.3603C6.52081 12.3424 6.52841 12.3242 6.53369 12.3067ZM6.3097 8.67689C6.3097 8.6782 6.30991 8.67951 6.30991 8.68082C6.25924 8.70924 6.21217 8.74444 6.171 8.78706C6.16488 8.7934 6.15897 8.79996 6.15306 8.80652C6.14925 8.7934 6.14546 8.78007 6.14144 8.76673C6.13363 8.73984 6.1235 8.71383 6.11231 8.68869C6.17818 8.68476 6.24383 8.68082 6.3097 8.67689ZM3.21861 10.185C3.19075 10.1116 3.16161 10.0385 3.13121 9.96575C3.1424 9.99242 3.15317 10.0195 3.16436 10.0466C3.15401 10.0202 3.14388 9.99263 3.13332 9.96509C3.15992 9.957 3.18652 9.94957 3.21333 9.94258C3.21333 10.016 3.21629 10.0899 3.22009 10.1638C3.21967 10.1708 3.21925 10.178 3.21861 10.185ZM3.62352 8.6806C4.06812 8.70946 4.51124 8.73788 4.95711 8.73788C4.9816 8.73788 5.00609 8.73788 5.03079 8.73766C5.06351 8.73744 5.09623 8.73591 5.12895 8.73525C5.10721 8.78444 5.08779 8.8345 5.07153 8.88653C5.06816 8.90642 5.06541 8.92653 5.06224 8.94686C5.05084 9.01178 5.04367 9.07736 5.04092 9.14338C5.03987 9.15999 5.03923 9.17639 5.0386 9.193C4.95795 9.11234 4.84839 9.06665 4.73565 9.06665C4.72341 9.06665 4.71117 9.06709 4.69934 9.06818C4.64023 8.98795 4.55811 8.92697 4.46248 8.90795C4.24166 8.86401 4.01957 8.84302 3.79537 8.83341C3.57581 8.82401 3.35056 8.82619 3.131 8.85876C3.12868 8.78947 3.12361 8.72039 3.1158 8.65197C3.2849 8.66071 3.45421 8.66946 3.62352 8.6806ZM3.00307 11.2776C3.00877 11.29 3.01362 11.3029 3.02017 11.3149C3.01341 11.3171 3.00687 11.3202 3.00011 11.3224C3.00117 11.3073 3.00201 11.2924 3.00307 11.2776ZM1.40327 12.3397C1.39335 12.3391 1.38342 12.3386 1.37329 12.338C1.33191 12.3351 1.29138 12.341 1.25169 12.3509C1.26731 12.1122 1.28188 11.8735 1.29687 11.6345C1.33677 11.6866 1.37329 11.7185 1.43261 11.7493C1.4343 11.7502 1.43641 11.7508 1.4381 11.7517C1.4267 11.9478 1.41509 12.1436 1.40327 12.3397ZM1.59749 8.62639C1.58673 8.65656 1.57533 8.68651 1.56751 8.71755C1.53247 8.83778 1.50418 8.96216 1.48223 9.08742C1.45351 9.099 1.42501 9.1154 1.39757 9.13398C1.37139 8.9309 1.24304 8.75843 1.06993 8.6688C1.24557 8.65066 1.42142 8.63557 1.59749 8.62639Z' fill='%23FF3A4B'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
}
div:nth-child(2) > div.about__plus {
    flex: 0 1 5rem;
}
.doctors {
    margin-top: 7rem;
    margin-bottom: 2rem;
}
.h2.--doctors {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='433' height='25' viewBox='0 0 433 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 8.91394C143.922 3.41748 288.376 3.35101 432 1.88037' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M14.6162 14.1713C146.733 12.4027 279.344 12.5006 411.661 11.8287' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 1.7rem;background-size: 22rem;
}
.doctors__grid {
    display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr;
    grid-gap: 1.5rem;
}
.doctors__one {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
}
.doctors__name {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0.75rem 0;
}
.doctors__info {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}
.doctors__info b {
    font-weight: 600;
}
.doctors img {
    border-radius: 10px;
    width: 100%;
}
.review {
    margin: 7rem 0 2rem 0;
}
.h2.--review {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='564' height='57' viewBox='0 0 564 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.9961 23.9745C87.8352 30.8679 542.806 19.9369 542.806 17.2822' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1 29.1992C167.727 41.721 335.539 36.8777 502.474 29.9507C520.989 29.1824 543.286 30.0889 562.205 26.6105C564.921 26.1109 559.258 23.1693 559.098 23.0685' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-size: 26rem;
    padding-bottom: 2rem;
}
.review__one {
    background: #fff;
    border-radius: 10px;
    padding: 3rem 1.5rem;
    position: relative;
    margin-top: 2rem;
}
.review__one:before {
    content: "";
    position: absolute;
    height: 4rem;
    width: 4rem;
    left: 1rem;
    top: -2rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='73' height='58' viewBox='0 0 73 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.0074 21.6349C24.1544 21.6349 26.7667 23.0542 29.8441 25.8929C32.9931 28.6548 34.5676 32.6058 34.5676 37.746C34.5676 42.8095 32.8142 47.4511 29.3074 51.6706C25.8005 55.8902 21.6137 58 16.7471 58C11.8804 58 7.87255 56.504 4.72353 53.5119C1.57451 50.5198 0 45.7249 0 39.127C0 32.5291 2.82696 24.9722 8.48088 16.4563C14.2064 7.94048 20.7549 2.45503 28.1265 0C30.5598 1.38095 31.8838 3.49074 32.0985 6.32937C29.4505 8.55423 27.1245 11.3161 25.1206 14.6151C23.1882 17.8373 22.1505 20.1772 22.0074 21.6349ZM60.4397 21.6349C62.5868 21.6349 65.199 23.0542 68.2765 25.8929C71.4255 28.6548 73 32.6058 73 37.746C73 42.8095 71.2466 47.4511 67.7397 51.6706C64.2328 55.8902 60.0461 58 55.1794 58C50.3127 58 46.3049 56.504 43.1559 53.5119C40.0784 50.5198 38.5397 46.4153 38.5397 41.1984C38.5397 35.9815 39.7922 30.5344 42.2971 24.8571C44.8735 19.1032 48.3446 13.9246 52.7103 9.32143C57.076 4.71825 61.7279 1.61111 66.6662 0C69.0995 1.45767 70.4235 3.56746 70.6382 6.32937C67.9186 8.55423 65.5569 11.3161 63.5529 14.6151C61.6206 17.8373 60.5828 20.1772 60.4397 21.6349Z' fill='%23193469'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.review__p {
    line-height: 1.6;
}
.review__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.review__name {
    font-weight: 700;
    flex: 0 1 9rem;
}
.review__rate {
    display: flex;
    flex: 1;
}
.review__star {
    height: 1.75rem;
    width: 1.75rem;
    margin: 0 0.35rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='29' viewBox='0 0 32 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0489 0.927052C15.3483 0.0057416 16.6517 0.00573993 16.9511 0.927051L19.8167 9.74671C19.9506 10.1587 20.3346 10.4377 20.7678 10.4377H30.0413C31.0101 10.4377 31.4128 11.6773 30.6291 12.2467L23.1267 17.6976C22.7762 17.9522 22.6295 18.4036 22.7634 18.8156L25.6291 27.6353C25.9284 28.5566 24.874 29.3227 24.0902 28.7533L16.5878 23.3024C16.2373 23.0478 15.7627 23.0478 15.4122 23.3024L7.90976 28.7533C7.12605 29.3227 6.07157 28.5566 6.37092 27.6353L9.2366 18.8156C9.37048 18.4036 9.22382 17.9522 8.87333 17.6976L1.37088 12.2467C0.587169 11.6773 0.989944 10.4377 1.95867 10.4377H11.2322C11.6654 10.4377 12.0494 10.1587 12.1833 9.74671L15.0489 0.927052Z' fill='%23FFC839'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.review__date {
    font-size: 0.9rem;
    padding-right: 3rem;
}
.review__slider {
    position: relative;
}
.review__slider  .swiper-pagination-bullet {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    border-radius: 100%;
    background: var(--color__fill-3);
    opacity: .2;
    margin: 0.3rem;
    position: relative;
    transition: all 0.3s;
    outline: none;
}
.review__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    margin: 0.3rem 1rem;
}
.review__slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    height: 1.3rem;
    width: 1.3rem;
    border: 1px solid var(--color__fill-3);
    border-radius: 100%;
    left: -0.35rem;
    top: -0.35rem;
    opacity: 0.2;
}
.review__slider .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}
.review__slider .swiper-buttons {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    margin-right: -1rem;
}
.review__slider  .swiper-button-prev,.review__slider .swiper-button-next {
    position: relative;
    left: unset;
    filter: drop-shadow(0px 4px 14px rgba(141, 140, 214, 0.25));
    right: unset;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 8px;
    background: #fff;
    outline: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.33398 2.6665L7.66732 7.99984L2.33398 13.3332' stroke='%234DC1FF' stroke-width='4' stroke-linecap='round'/%3e%3c/svg%3e ");
    background-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.5rem;
}
.review__slider  .swiper-button-prev {-moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
}
.review__slider  .swiper-button-next:after,.review__slider  .swiper-button-prev:after {
    content: none;
}
.license {
    margin:7rem 0 2rem 0;
}
.license__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
    width: 90%;
    margin: auto;
}
.license__grid img {
    width: 100%;
}
.h2.--license {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='210' height='27' viewBox='0 0 210 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 10.5435C69.7336 4.33565 139.203 4.26058 208.274 2.59961' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M7.22919 15.4884C74.3782 12.9225 141.758 12.4617 208.997 11.1331' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");background-size: 12rem;
    padding-bottom: 1.75rem;
}
.contact {
    margin-top: 7rem;
    margin-bottom:2rem;
    width: 100%;
}
.contact__grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.contact__vac {
    flex:0 1 calc(60% - 4rem);
    width: calc(60% - 4rem);
    border-radius: 10px;
    background: #fff;
    padding: 2rem;
    position: relative;
    background: url(../images/contact.png) right top no-repeat #fff;background-size: 17rem;
}
.contact__info {
    flex:0 1 calc(38% - 4rem);
    width: calc(38% - 4rem);
    padding:2rem;
    background: url(../images/phone.png) right bottom no-repeat #fff;
    border-radius: 10px;background-size: 11rem;
}
.h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.contact__phone {
    display: flex;
    flex-direction: column;
    padding-left: 1.75rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.46147 11.5372C10.4411 13.5149 12.7346 15.4076 13.6412 14.5012C14.938 13.2048 15.7383 12.0747 18.5996 14.3737C21.4596 16.6715 19.2624 18.2042 18.0056 19.4593C16.5549 20.9095 11.1476 19.5368 5.80282 14.195C0.459274 8.85184 -0.910067 3.44623 0.541807 1.99606C1.7986 0.738417 3.32425 -1.45683 5.62274 1.40224C7.92248 4.26132 6.79325 5.06141 5.49394 6.35906C4.59105 7.26541 6.48311 9.55818 8.46147 11.5372Z' fill='%23FF3A4B'/%3e%3c/svg%3e ");
    background-position:left  top 0.4rem;
    background-repeat: no-repeat;
    background-size: 1rem;
}
.contact__phonelink {
    color: var(--color__fill-1);
    margin: 0.25rem 0;
}
.contact__phonelink:hover {
    color: var(--color__fill-2);
}
.contact__phone {
    color: var(--color__fill-2);
    margin: 0.75rem 0;
    margin-bottom: 1.25rem;
}
.contact__email {
    display: flex;
    flex-direction: column;
    padding-left: 1.75rem;color: var(--color__fill-1);
    margin: 0.75rem 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.2859 11.9999V3.42843C19.2859 3.42843 10.6192 9.47605 9.77638 9.78986C8.94781 9.49034 0.238281 3.42843 0.238281 3.42843V11.9999C0.238281 13.1903 0.490662 13.4284 1.66685 13.4284H17.8573C19.0616 13.4284 19.2859 13.2194 19.2859 11.9999ZM19.2721 1.74796C19.2721 0.880813 19.0192 0.571289 17.8573 0.571289H1.66685C0.471615 0.571289 0.238281 0.942718 0.238281 1.80938L0.252567 1.94272C0.252567 1.94272 8.85685 7.86653 9.77638 8.19034C10.7478 7.81415 19.2859 1.80938 19.2859 1.80938L19.2721 1.74796Z' fill='%23FF3A4B'/%3e%3c/svg%3e ");
    background-position:left  top 0.4rem;
    background-repeat: no-repeat;
    background-size: 1rem;
}

.btn.--blue
{    background: var(--color__fill-3);
    border-color: var(--color__fill-3);
    color: #FFFFFF;}
.btn.--blue:hover
{    background: var(--color__fill-2);
    border-color: var(--color__fill-2);
    color: #FFFFFF;}
.btn.--redborder {
    color: var(--color__fill-2);
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    border:3px solid  var(--color__fill-2);
    font-weight: 600;
}
.btn.--redborder:hover {
    color:#fff;
}
.btn.--blueborder {
    color: var(--color__fill-3);
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    border: 3px solid  var(--color__fill-3);
    font-weight: 600;
}
.btn.--blueborder:hover {
    color:#fff;
    background: var(--color__fill-3);
}
.contact__btns .btn.--redborder {
    margin: 0.75rem 0;
    font-size: 0.9rem;
    display: inline-block;
    width: auto;
    margin: 1rem 0;
}
.contact__social {
    margin: 0.75rem 0;
}
.contact__social p {
    margin-top: 0;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
} 
.social-btn {
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-right: 0.3rem;
    background-color: var(--color__fill-3);
    border-radius: 100%;
}
.social-btn:hover {
    background-color: var(--color__fill-2);
}
.social-btn.--vk {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7425 12.9453H13.1772C13.1772 12.9453 13.6102 12.9003 13.8314 12.6742C14.0357 12.4658 14.0289 12.0755 14.0289 12.0755C14.0289 12.0755 14.0009 10.2483 14.8941 9.9787C15.7746 9.71318 16.9059 11.7448 18.1041 12.5261C19.0109 13.1175 19.6998 12.988 19.6998 12.988L22.9048 12.9453C22.9048 12.9453 24.581 12.8472 23.7861 11.596C23.7208 11.4938 23.3225 10.6699 21.4031 8.97776C19.393 7.20679 19.6625 7.49324 22.0836 4.42925C23.5573 2.56414 24.1471 1.4248 23.9623 0.937202C23.7869 0.472132 22.7031 0.595239 22.7031 0.595239L19.0939 0.616159C19.0939 0.616159 18.8261 0.58156 18.6278 0.694207C18.4346 0.80444 18.31 1.06192 18.31 1.06192C18.31 1.06192 17.738 2.5054 16.9771 3.73325C15.3703 6.32412 14.7271 6.46091 14.4644 6.29999C13.8535 5.92503 14.006 4.79454 14.006 3.99073C14.006 1.47951 14.4077 0.432706 13.2255 0.161549C12.8332 0.0722365 12.5442 0.0126947 11.5408 0.00303925C10.2536 -0.00983465 9.16383 0.00625774 8.54691 0.293507C8.13591 0.484201 7.81897 0.909845 8.01219 0.933983C8.25031 0.964559 8.79097 1.07238 9.07739 1.4425C9.44687 1.92045 9.43416 2.993 9.43416 2.993C9.43416 2.993 9.64686 5.94837 8.93757 6.31608C8.45115 6.56712 7.78423 6.05377 6.35124 3.70268C5.61738 2.49897 5.06316 1.16813 5.06316 1.16813C5.06316 1.16813 4.95639 0.9195 4.76572 0.785933C4.53437 0.62501 4.2115 0.573514 4.2115 0.573514L0.781993 0.595239C0.781993 0.595239 0.267609 0.608917 0.0786339 0.821337C-0.0900028 1.01042 0.0650752 1.40147 0.0650752 1.40147C0.0650752 1.40147 2.7497 7.3653 5.7894 10.3706C8.57742 13.1264 11.7425 12.9453 11.7425 12.9453Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}
.social-btn.--fb {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03294 2.92424C6.3457 2.92424 7.95475 2.92424 7.95475 2.92424V0.0105141L5.3076 0C2.36766 0 1.69955 2.17511 1.69955 3.56297V5.50545H0V8.50591H1.69955C1.69955 12.3593 1.69955 17 1.69955 17H5.27433C5.27433 17 5.27433 12.3146 5.27433 8.50591H7.68724L8 5.50545H5.27433V3.74171C5.27433 3.07932 5.72018 2.92424 6.03294 2.92424Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22%;
}
.social-btn.--inst {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9374 3.88251C12.9374 4.51376 13.4503 5.02553 14.083 5.02553C14.7157 5.02553 15.2285 4.51376 15.2285 3.88251C15.2285 3.25122 14.7157 2.73945 14.083 2.73945C13.4503 2.73945 12.9374 3.25122 12.9374 3.88251ZM5.80487 8.96714C5.80487 7.21355 7.22959 5.79202 8.98704 5.79202C10.7445 5.79202 12.1692 7.21355 12.1692 8.96714C12.1692 10.7207 10.7445 12.1422 8.98704 12.1422C7.22959 12.1422 5.80487 10.7207 5.80487 8.96714ZM8.98703 13.8585C6.2796 13.8585 4.08482 11.6685 4.08482 8.9671C4.08482 6.26568 6.2796 4.07576 8.98703 4.07576C11.6945 4.07576 13.8893 6.26568 13.8893 8.9671C13.8893 11.6685 11.6945 13.8585 8.98703 13.8585ZM16.7368 1.26319C16.3527 0.879044 15.9869 0.641133 15.4745 0.442006C15.0877 0.291639 14.5064 0.112825 13.436 0.0639851C12.2784 0.0111784 11.9312 0 8.99998 0C6.06873 0 5.72152 0.0111784 4.56389 0.0639851C3.49358 0.112825 2.9123 0.291639 2.52547 0.442006C2.01303 0.641133 1.64735 0.879044 1.26319 1.26319C0.879044 1.64735 0.641133 2.01307 0.441966 2.52547C0.291639 2.9123 0.112825 3.49362 0.0639851 4.56393C0.0111784 5.72152 0 6.06873 0 8.99998C0 11.9313 0.0111784 12.2784 0.0639851 13.4361C0.112825 14.5064 0.291639 15.0877 0.441966 15.4745C0.641133 15.9869 0.879044 16.3527 1.26319 16.7368C1.64735 17.121 2.01303 17.3589 2.52547 17.558C2.9123 17.7083 3.49358 17.8872 4.56393 17.936C5.72136 17.9888 6.06853 18 8.99998 18C11.9314 18 12.2786 17.9888 13.436 17.936C14.5064 17.8872 15.0877 17.7083 15.4745 17.558C15.9869 17.3589 16.3527 17.121 16.7368 16.7368C17.1209 16.3527 17.3589 15.9869 17.558 15.4745C17.7083 15.0877 17.8872 14.5064 17.936 13.4361C17.9888 12.2784 18 11.9313 18 8.99998C18 6.06873 17.9888 5.72152 17.936 4.56393C17.8872 3.49362 17.7083 2.9123 17.558 2.52547C17.3589 2.01307 17.1209 1.64735 16.7368 1.26319Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
.social-btn.--ok {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6747 3.54643C11.3341 6.23403 9.28353 8.40267 7.04765 8.87208C1.11328 10.1226 -1.44795 1.83277 4.88417 0.16327C7.78715 -0.600756 10.1582 1.44986 10.6747 3.54643ZM8.27179 3.96178C7.97927 2.94007 6.8314 2.00666 5.39969 2.38327C2.32004 3.18514 3.605 7.38097 6.60452 6.63046C7.66165 6.36647 8.6454 5.27179 8.27179 3.96178ZM2.76048 9.63031C4.74928 10.6854 7.35721 10.6637 9.32112 9.5814C9.42529 9.52449 9.52508 9.45837 9.62592 9.39155C9.93266 9.1883 10.2492 8.97859 10.7286 9.00176C11.5856 9.04614 13.3176 10.4128 10.2707 11.8393C9.16108 12.3576 8.7536 12.4354 8.22265 12.5368C7.95298 12.5883 7.65145 12.6459 7.20989 12.7703C7.37639 13.0747 8.72391 14.2687 9.6947 15.1288C10.0413 15.436 10.3399 15.7006 10.5196 15.8669C11.6553 16.9175 10.6888 18.1112 9.52418 17.9916C8.7846 17.9146 6.46334 15.6287 6.04229 15.1586C5.62141 15.3543 5.05748 15.907 4.48032 16.4727C3.75938 17.1793 3.0178 17.9061 2.50864 17.9826C1.29824 18.1646 0.288913 16.8858 1.51922 15.7808L4.79009 12.7912C4.6162 12.7054 4.22948 12.6297 3.85255 12.5558C3.58866 12.5041 3.32957 12.4534 3.15167 12.4008C-1.61627 10.9816 0.0828667 8.8804 1.44855 9.00629C1.80732 9.03999 2.13959 9.24919 2.43996 9.43829C2.55127 9.50838 2.6582 9.5757 2.76048 9.63031Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34%;
}
.social-btn.--youtube {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.935 9.58173L7.93437 3.98907L13.3381 6.79504L7.935 9.58173ZM19.8 3.01995C19.8 3.01995 19.6044 1.64838 19.005 1.04439C18.2444 0.2513 17.3919 0.247567 17.0012 0.201537C14.2025 0 10.0044 0 10.0044 0H9.99562C9.99562 0 5.7975 0 2.99875 0.201537C2.6075 0.247567 1.75563 0.2513 0.994375 1.04439C0.395 1.64838 0.2 3.01995 0.2 3.01995C0.2 3.01995 0 4.631 0 6.24144V7.75172C0 9.36278 0.2 10.9732 0.2 10.9732C0.2 10.9732 0.395 12.3448 0.994375 12.9488C1.75563 13.7419 2.755 13.717 3.2 13.7997C4.8 13.9527 10 14 10 14C10 14 14.2025 13.9938 17.0012 13.7922C17.3919 13.7456 18.2444 13.7419 19.005 12.9488C19.6044 12.3448 19.8 10.9732 19.8 10.9732C19.8 10.9732 20 9.36278 20 7.75172V6.24144C20 4.631 19.8 3.01995 19.8 3.01995Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.vac__slider {
}
.h3.--vac {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='204' height='54' viewBox='0 0 204 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M130.902 10.1325C110.525 1.2673 85.6403 -0.179966 63.3419 1.75266C39.8212 3.79123 18.7595 8.63499 3.84402 26.5875C-4.79313 36.9833 8.01461 46.1047 18.624 48.7179C32.4811 52.1311 47.4532 52.155 61.7043 52.6412C77.3635 53.1755 93.0483 53.173 108.69 52.2222C131.793 50.8178 154.764 46.5484 176.753 39.9953C184.679 37.6333 199.302 34.0113 201.736 25.1782C203.697 18.0645 194.293 11.0375 187.922 9.06599C174.868 5.02639 159.618 4.8322 146.017 4.45707C122.853 3.81813 100.876 6.23957 77.9959 8.76127' stroke='%2320B2FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    margin-left: -1rem;
}
.vac__name {
    font-family: 'Manrope', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
}
.vac__name span {
    font-size: 0.8rem;
    padding: 0.35rem;
    border-radius: 4px;
    background: #B4DDF3;
    font-family: 'Montserrat', sans-serif;
    margin-left: 1rem;
    font-weight: 400;
}
.vac__text h5 {
    color: var(--color__fill-2);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 1rem 0;
}
.vac__text ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 1rem;
    list-style: none;
    width: 70%;
}
.vac__text li {
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    position: relative;
    font-size:0.95rem;
    line-height: 1.6;
}
.vac__text li:before {
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0px;
    top: 0.1rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.180456 7.7632C0.1433 8.80713 0.0661449 9.85015 0.000900269 10.8922C-0.0174103 11.1805 0.246589 11.4215 0.511656 11.4215C0.646767 11.4215 0.777611 11.365 0.872722 11.2665C0.88961 11.249 0.902589 11.2299 0.9161 11.2111C0.954144 11.2381 0.995211 11.2615 1.04072 11.2772C1.16428 11.3201 1.28783 11.3561 1.41459 11.3874C1.5625 11.4241 1.71948 11.4331 1.87059 11.4511C2.11308 11.4797 2.3593 11.4758 2.60321 11.4778C2.73459 11.4789 2.86596 11.4793 2.99734 11.4793C3.3497 11.4793 3.70188 11.4756 4.05423 11.4686C4.52161 11.4592 4.98827 11.4428 5.45423 11.4167C5.42881 11.688 5.39663 11.9583 5.36285 12.2289C5.32392 12.4761 5.28445 12.723 5.24552 12.9698C5.20374 13.2323 5.14632 13.4933 5.09725 13.7546C5.05725 13.9639 5.00819 14.1708 4.96125 14.379C4.90294 14.6356 4.84303 14.892 4.78259 15.1482C4.72694 15.2366 4.69619 15.3408 4.69619 15.4478C4.69619 15.5072 4.70845 15.5654 4.7273 15.6213C4.76463 15.79 4.88214 15.9341 5.05512 15.9832C5.09494 15.9947 5.13547 16 5.17583 16C5.19699 16 5.21796 15.9976 5.23894 15.9947C5.58703 15.9772 5.93227 15.9218 6.27681 15.8676C6.60107 15.8168 6.92534 15.7658 7.25014 15.715C8.01209 15.5967 8.77458 15.4805 9.53654 15.3645C9.66703 15.3445 9.79556 15.22 9.85903 15.1077C9.93209 14.9789 9.95183 14.8215 9.9136 14.6774C9.87645 14.5375 9.78632 14.4167 9.6656 14.3434C9.62436 14.3256 9.58276 14.3072 9.54098 14.2893C9.57263 13.5013 9.60249 12.7132 9.62614 11.9249C9.63645 11.5872 9.64303 11.249 9.64889 10.9108C9.7664 10.8928 9.88374 10.8748 10.0012 10.8567C10.3968 10.8019 10.7922 10.7464 11.1883 10.6995C11.6784 10.641 12.168 10.5863 12.6585 10.534C13.3099 10.4644 13.9612 10.3925 14.6124 10.321C14.6281 10.3974 14.6722 10.4735 14.7204 10.5233C14.7925 10.5981 14.8912 10.6402 14.9927 10.6402C15.0946 10.6402 15.1934 10.5979 15.2651 10.5233C15.3433 10.4423 15.3653 10.352 15.3778 10.2415C15.378 10.2402 15.378 10.2389 15.3781 10.2378C15.4414 10.2308 15.5045 10.2242 15.5678 10.2172C15.6868 10.204 15.7856 10.1767 15.8732 10.086C15.9541 10.0022 16 9.88752 16 9.76952C16 9.65115 15.9541 9.53647 15.8732 9.45326C15.7996 9.37669 15.6757 9.31005 15.5678 9.32201C15.5266 9.32661 15.4853 9.33066 15.4441 9.33508C15.4535 9.10627 15.4585 8.87727 15.4581 8.64864C15.4581 8.35668 15.4558 8.06509 15.4503 7.7735C15.4485 7.6509 15.4425 7.52812 15.4384 7.40589C15.4268 7.07675 15.3925 6.73583 15.2197 6.45142C15.213 6.44019 15.2043 6.4308 15.1966 6.42031C15.2272 6.41736 15.2576 6.41423 15.2882 6.41147C15.4036 6.40006 15.5013 6.37153 15.5858 6.28409C15.6644 6.20272 15.7088 6.09098 15.7088 5.97593C15.7088 5.86088 15.6644 5.74951 15.5858 5.66815C15.5132 5.59304 15.3943 5.53027 15.2882 5.54021C14.3406 5.63151 13.3931 5.71472 12.4437 5.78559C12.0496 5.81504 11.6551 5.84542 11.2606 5.87597C10.8917 5.90396 10.5234 5.95016 10.155 5.98919C9.99129 6.00631 9.82774 6.02711 9.66436 6.04828C9.66276 5.99471 9.66205 5.94114 9.66027 5.88757C9.65192 5.63685 9.64072 5.38613 9.62969 5.13541C9.64925 5.08073 9.66916 5.02643 9.68712 4.97121C9.7152 4.88561 9.72712 4.79338 9.74045 4.70447C9.76072 4.56457 9.77529 4.42337 9.78685 4.28255C9.79929 4.12037 9.81938 3.95728 9.824 3.79455C9.82916 3.62132 9.83414 3.44792 9.83912 3.2747C9.84427 3.10589 9.8368 2.93617 9.83538 2.76718C9.8336 2.47798 9.82756 2.18639 9.81049 1.89775C9.80089 1.73024 9.79023 1.56438 9.776 1.39741C9.76125 1.23045 9.74472 1.06312 9.70987 0.898916V0.898548C9.75574 0.819024 9.7824 0.727903 9.7824 0.634205C9.7824 0.497616 9.7296 0.365075 9.63627 0.268432C9.55272 0.182281 9.40623 0.101101 9.28303 0.117116C8.96481 0.159455 8.64605 0.202713 8.32765 0.246893C8.08463 0.280212 7.84036 0.308193 7.59876 0.351085C7.36125 0.393424 7.1225 0.429136 6.88872 0.489515C6.88232 0.491172 6.87574 0.492644 6.86934 0.494302C6.85192 0.404837 6.81601 0.327154 6.77476 0.24579C6.6761 0.0493727 6.43254 -0.0400925 6.23272 0.0169735C6.15147 0.04072 6.08072 0.0836115 6.02098 0.144911C5.99574 0.178598 5.97085 0.211918 5.94561 0.24579C5.90241 0.323289 5.88036 0.407046 5.88036 0.496511C5.84161 0.795278 5.82187 1.09773 5.80303 1.39981C5.71396 1.42447 5.63094 1.47086 5.56499 1.53916C5.47307 1.63378 5.39965 1.78656 5.41067 1.92444C5.44285 2.32961 5.44285 2.73625 5.43965 3.14252C5.43592 3.5626 5.42774 3.98194 5.41903 4.40184C5.40445 5.08626 5.37565 5.7705 5.34543 6.45455C5.18401 6.46707 5.02276 6.47958 4.86134 6.49265C4.68179 6.50701 4.50116 6.5245 4.32125 6.53113C3.92623 6.54585 3.53263 6.54309 3.13761 6.53628C2.76232 6.53002 2.38614 6.52726 2.01085 6.54144C1.61174 6.55672 1.21174 6.59942 0.817966 6.67269C0.6761 6.69938 0.536011 6.73067 0.395922 6.76639C0.241611 6.80578 0.151123 6.98232 0.192368 7.13731C0.212101 7.21242 0.260812 7.27814 0.326056 7.31753C0.347212 7.33023 0.368012 7.33852 0.388989 7.34459C0.266323 7.4405 0.186501 7.59292 0.180456 7.7632ZM14.6695 9.37632C14.6692 9.39012 14.669 9.40393 14.6686 9.41755C14.6514 9.41939 14.634 9.42123 14.6167 9.42307C14.6352 9.40835 14.6537 9.39362 14.6695 9.37632ZM13.9202 9.49708C13.9452 9.46928 13.9705 9.44167 13.9943 9.41313C14.0229 9.43854 14.0533 9.46136 14.0864 9.4794C14.0309 9.48511 13.9755 9.49137 13.9202 9.49708ZM14.4724 6.48787C14.4622 6.50996 14.4532 6.5326 14.4468 6.55616C14.4146 6.67747 14.4395 6.7835 14.4894 6.89377C14.4912 6.89727 14.4928 6.90095 14.4946 6.90445C14.5289 7.01177 14.5531 7.1213 14.5724 7.23193C14.538 7.23782 14.5038 7.24666 14.4711 7.26083C14.4596 7.22236 14.4443 7.18628 14.4265 7.15499C14.4197 7.14302 14.4124 7.13142 14.4048 7.12001C14.4471 7.06055 14.4725 6.98765 14.4725 6.91328C14.4725 6.72018 14.3205 6.57236 14.1381 6.56702C14.0684 6.56481 13.9986 6.56279 13.9285 6.56095C13.9259 6.55285 13.9209 6.54604 13.9179 6.53831C14.1028 6.52229 14.2875 6.50499 14.4724 6.48787ZM12.7408 9.33287C12.7429 9.33379 12.7451 9.33471 12.7472 9.33582C12.7381 9.33177 12.7289 9.3279 12.7198 9.32404C12.7269 9.3268 12.7339 9.32993 12.7408 9.33287ZM12.5657 9.57605C12.6201 9.54991 12.6645 9.50775 12.6903 9.45142C12.7394 9.44277 12.7886 9.4343 12.8377 9.42565C12.894 9.41589 12.9502 9.40559 13.0064 9.39454C13.0268 9.39215 13.0473 9.3881 13.0679 9.38239L13.0683 9.38221C13.0999 9.37576 13.1314 9.36914 13.1628 9.36251C13.1824 9.39436 13.2043 9.42381 13.2268 9.44222C13.2654 9.47351 13.304 9.50499 13.3431 9.53537C13.3534 9.54089 13.3639 9.54659 13.3742 9.55212C13.0933 9.58065 12.8126 9.60918 12.5317 9.63698C12.544 9.61728 12.5564 9.59758 12.5657 9.57605ZM9.6672 9.5199C9.66792 9.44314 9.66845 9.36656 9.66898 9.2898C9.68605 9.29348 9.70329 9.29698 9.72054 9.30048C9.70507 9.34226 9.69405 9.38626 9.68249 9.42436C9.65174 9.52653 9.70134 9.64361 9.78898 9.69589C9.83627 9.72387 9.8832 9.7535 9.93138 9.78112C9.99983 9.81959 10.0747 9.83671 10.1504 9.84775C10.2645 9.86395 10.3804 9.86598 10.496 9.86377C10.2178 9.89911 9.93974 9.93593 9.66169 9.97404C9.66347 9.82254 9.66578 9.67122 9.6672 9.5199ZM8.80641 1.21296C8.84978 1.34955 8.88534 1.48835 8.91645 1.62881C8.83538 1.63157 8.75449 1.6347 8.67361 1.63746C8.67076 1.62163 8.66703 1.60616 8.66205 1.59107C8.69192 1.52867 8.70027 1.45558 8.68249 1.38821C8.66703 1.33004 8.63272 1.27886 8.58703 1.2415C8.66027 1.23192 8.73334 1.22235 8.80641 1.21296ZM8.87005 3.98249C8.84089 3.96869 8.81085 3.95636 8.77903 3.94715C8.74952 3.93887 8.71983 3.93298 8.69032 3.9293C8.68747 3.92156 8.68463 3.91365 8.68161 3.90592C8.67627 3.88567 8.66987 3.86615 8.66258 3.84719C8.68463 3.82418 8.70596 3.80007 8.72658 3.77374C8.72801 3.77209 8.72925 3.77043 8.73049 3.76877C8.74258 3.7627 8.75467 3.75626 8.76658 3.74908C8.80196 3.72772 8.83218 3.70121 8.86009 3.6725C8.86347 3.77559 8.86685 3.87904 8.87005 3.98249ZM8.14489 14.4093C8.18294 14.3346 8.20925 14.2499 8.23165 14.1691C8.23307 14.164 8.23449 14.159 8.23592 14.1538C8.24729 14.1627 8.25867 14.1715 8.26987 14.1805C8.36587 14.2565 8.52854 14.2623 8.63912 14.2304C8.67414 14.2205 8.70632 14.207 8.73601 14.1906C8.76107 14.1919 8.78614 14.1908 8.81049 14.1879C8.80818 14.244 8.80587 14.3 8.80356 14.3561C8.57441 14.3909 8.34561 14.4265 8.11645 14.4614C8.12623 14.4443 8.13672 14.4276 8.14489 14.4093ZM6.75965 3.33802C6.79467 3.35256 6.83236 3.36066 6.87201 3.359C7.06934 3.35054 7.26632 3.34078 7.46329 3.32955C7.46347 3.32992 7.46383 3.33029 7.46401 3.33047C7.44463 3.34649 7.42632 3.36306 7.40961 3.38017C7.37512 3.41533 7.34365 3.4527 7.31503 3.49191C7.26187 3.47424 7.20605 3.46485 7.1497 3.46485C7.0073 3.46485 6.86899 3.52394 6.76854 3.62795C6.75538 3.64157 6.74596 3.65667 6.73458 3.67103C6.74276 3.56002 6.7513 3.44902 6.75965 3.33802ZM6.56783 9.44664C6.57565 9.34153 6.58258 9.23623 6.59005 9.13112C6.5881 9.16609 6.58614 9.20125 6.58418 9.23623C6.57494 9.39491 6.56427 9.55396 6.55645 9.71319C6.55254 9.72037 6.5497 9.72847 6.54614 9.73602C6.55325 9.63956 6.56054 9.5431 6.56783 9.44664ZM6.55716 14.5187C6.60107 14.4995 6.64392 14.4787 6.68552 14.4531C6.69974 14.4445 6.71378 14.4351 6.72765 14.4254C6.75023 14.439 6.7753 14.45 6.80303 14.4579C6.85956 14.4736 6.91556 14.4736 6.97156 14.4579C6.99165 14.4522 7.00996 14.4449 7.02685 14.4362C7.07201 14.4712 7.12356 14.4966 7.17814 14.5106C7.19236 14.5415 7.21085 14.5699 7.23129 14.5971C7.17618 14.6058 7.1209 14.6139 7.06578 14.6225C6.84925 14.6564 6.63272 14.691 6.41618 14.7254C6.4841 14.6722 6.52676 14.6028 6.55716 14.5187ZM5.86792 14.6382C5.8681 14.6372 5.86827 14.6363 5.86845 14.6356C5.91361 14.7015 5.97743 14.7528 6.05299 14.7814C5.97743 14.7932 5.90187 14.8042 5.82632 14.8158C5.83983 14.7565 5.85423 14.6974 5.86792 14.6382ZM5.50205 10.3636C5.53441 10.2562 5.55059 10.1452 5.56179 10.0333C5.55592 10.1139 5.55023 10.1944 5.54454 10.275C5.54134 10.319 5.53796 10.3632 5.53494 10.4072C5.51841 10.4077 5.50187 10.4081 5.48552 10.4087C5.49121 10.3936 5.49761 10.3783 5.50205 10.3636ZM5.31343 7.30685C5.31343 7.30796 5.31361 7.30906 5.31361 7.31017C5.27094 7.3341 5.2313 7.36374 5.19663 7.39963C5.19147 7.40497 5.1865 7.41049 5.18152 7.41601C5.17832 7.40497 5.17512 7.39374 5.17174 7.38251C5.16516 7.35987 5.15663 7.33796 5.14721 7.31679C5.20267 7.31348 5.25796 7.31017 5.31343 7.30685ZM2.71041 8.57684C2.68694 8.51499 2.66241 8.45351 2.63681 8.39221C2.64623 8.41467 2.6553 8.43749 2.66472 8.46032C2.65601 8.43805 2.64748 8.41485 2.63859 8.39166C2.66099 8.38484 2.68339 8.37859 2.70597 8.3727C2.70597 8.43455 2.70845 8.49677 2.71165 8.55899C2.7113 8.56488 2.71094 8.57095 2.71041 8.57684ZM3.05139 7.30998C3.42579 7.33428 3.79894 7.35821 4.17441 7.35821C4.19503 7.35821 4.21565 7.35821 4.23645 7.35803C4.26401 7.35784 4.29156 7.35656 4.31912 7.356C4.30081 7.39742 4.28445 7.43958 4.27076 7.48339C4.26792 7.50014 4.26561 7.51708 4.26294 7.5342C4.25334 7.58887 4.2473 7.64409 4.24499 7.69969C4.2441 7.71368 4.24356 7.72748 4.24303 7.74147C4.17512 7.67355 4.08285 7.63507 3.98792 7.63507C3.97761 7.63507 3.9673 7.63544 3.95734 7.63636C3.90757 7.5688 3.83841 7.51745 3.75788 7.50143C3.57192 7.46443 3.3849 7.44676 3.1961 7.43866C3.01121 7.43074 2.82152 7.43258 2.63663 7.46001C2.63468 7.40166 2.63041 7.34349 2.62383 7.28587C2.76623 7.29323 2.90881 7.3006 3.05139 7.30998ZM2.5289 9.49689C2.5337 9.50738 2.53779 9.51825 2.5433 9.52837C2.53761 9.53021 2.5321 9.53279 2.52641 9.53463C2.5273 9.52193 2.52801 9.50941 2.5289 9.49689ZM1.1817 10.3914C1.17334 10.3908 1.16499 10.3904 1.15646 10.3899C1.12161 10.3875 1.08748 10.3925 1.05406 10.4007C1.06721 10.1997 1.07948 9.9987 1.0921 9.7975C1.1257 9.84131 1.15646 9.86819 1.20641 9.89414C1.20783 9.89488 1.20961 9.89543 1.21103 9.89617C1.20143 10.0613 1.19166 10.2262 1.1817 10.3914ZM1.34526 7.26433C1.33619 7.28973 1.32659 7.31495 1.32001 7.34109C1.2905 7.44234 1.26668 7.54708 1.24819 7.65256C1.22401 7.66232 1.20001 7.67612 1.1769 7.69177C1.15486 7.52076 1.04677 7.37552 0.900989 7.30004C1.0489 7.28476 1.19699 7.27206 1.34526 7.26433Z' fill='%23FF5757'/%3e%3c/svg%3e ");
}
.vac__btns .btn {
    display: inline-block;
    font-size: 0.9rem;
} 
.vac__text {
    margin-bottom: 2rem;
}
.vac__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    margin: 0.3rem 1rem;
}
.vac__slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    height: 1.3rem;
    width: 1.3rem;
    border: 1px solid var(--color__fill-3);
    border-radius: 100%;
    left: -0.35rem;
    top: -0.35rem;
    opacity: 0.2;
}
.vac__slider .swiper-pagination {
    position: absolute;
    text-align: left;
    margin-top: 2rem;
    bottom: 2rem;
}
.vac__slider .swiper-buttons {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    margin-right: 2rem;
    bottom: 2rem;
}
.vac__slider .swiper-pagination-bullet {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    border-radius: 100%;
    background: var(--color__fill-3);
    opacity: .2;
    margin: 0.3rem;
    position: relative;
    transition: all 0.3s;
    outline: none;
}
.vac__slider  .swiper-button-prev,.vac__slider .swiper-button-next {
    position: relative;
    left: unset;
    filter: drop-shadow(0px 4px 14px rgba(141, 140, 214, 0.25));
    right: unset;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 8px;
    background: #fff;
    outline: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.33398 2.6665L7.66732 7.99984L2.33398 13.3332' stroke='%234DC1FF' stroke-width='4' stroke-linecap='round'/%3e%3c/svg%3e ");
    background-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.5rem;
}
.vac__slider  .swiper-button-prev {-moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
}
.vac__slider  .swiper-button-next:after,.vac__slider  .swiper-button-prev:after {
    content: none;
}
.footer {
    margin-bottom: 2rem;
    margin-top: 1rem; display: flex;
}
.footer p {
    margin: 0;
    font-size: 0.8rem;opacity: 0.32;
    width: 70%;    flex: 1
}
.belberry-copyright
{flex: 0 1 128px;
    width: 128px;
    }
.belberry-copyright__title {
    margin-right: 16px;
    font-size: 0.75rem;
    color: var(--color__dark);
    opacity: .56;
}
.belberry-copyright__logo-tumb {
    width: 100%;
    max-width: 128px;
}
.belberry-copyright__logo {
    width: 100%;
    max-width: 100%;
}
.contact__emaillink {
    color: var(--color__fill-1);
}
.contact__emaillink:hover {
    color: var(--color__fill-2);
}
.btn.--fixedphone:hover {
    background-color: var(--color__fill-2);
    border-color: var(--color__fill-2);
}
.btn.--fixedphone {
    height: 4rem;
    width: 4rem;
    background-color: var(--color__fill-3);
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    padding: 0px;
    border-radius: 100%;
    border-color: var(--color__fill-3);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M43.2669 35.335L37.5519 34.6825C36.8799 34.6035 36.1987 34.6779 35.5596 34.9001C34.9205 35.1222 34.34 35.4863 33.8619 35.965L29.7219 40.105C23.3345 36.8565 18.1429 31.6648 14.8944 25.2775L19.0569 21.115C20.0244 20.1475 20.4969 18.7975 20.3394 17.425L19.6869 11.755C19.5593 10.6574 19.0325 9.64499 18.2069 8.91062C17.3812 8.17625 16.3144 7.77115 15.2094 7.77246H11.3169C8.77436 7.77246 6.65936 9.88746 6.81686 12.43C8.00936 31.645 23.3769 46.99 42.5694 48.1825C45.1119 48.34 47.2269 46.225 47.2269 43.6825V39.79C47.2494 37.5175 45.5394 35.605 43.2669 35.335Z' fill='white'/%3e%3cpath d='M27.0001 15.4565C33.1465 14.8101 37.0002 19.31 37.0001 25.4565' stroke='white' stroke-width='3' stroke-linecap='round'/%3e%3cpath d='M28.8361 8.42756C37.4998 8.99993 43.9999 14.9999 44.4561 24.0476' stroke='white' stroke-width='3' stroke-linecap='round'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    z-index: 100;
}
.mask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.5);
    display: none;
}
.mask__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mask__wrap.--vac {
    align-items: flex-end;
    height: 100%;
}
.popup {
    background-color: #fff;
    display: none;
    padding: 2.75rem;
    position: relative;
    width: 65%;
    max-width: 50rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
}
.popup__close {
    position: absolute;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.1412 2.54212L21.7412 0.14212L12.1409 9.74242L2.54063 0.142133L0.140625 2.54213L9.74091 12.1424L0.141209 21.7421L2.54121 24.1421L12.1409 14.5424L21.7406 24.1421L24.1406 21.7421L14.5409 12.1424L24.1412 2.54212Z' fill='black' fill-opacity='0.15'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 1rem;
    top: 1rem;
}
.popup.--feedback {
    width: 400px;
}
.form__name{
    display: none;
}
.popup h3 {
    font-size: 1.4rem;
    margin: 0px;
    margin-bottom: 1.4rem;
}
.form__input {
    position: relative;
    margin-bottom: 1rem;
}
.form__input input {
    margin: 0px;
    width: calc(100% - 5rem);
    outline: none;
    border: 0px;
    font-size: 1.125rem;
    /* height: 4.5rem; */
    font-weight: 500;
    transition: all 0.24s;
    padding: 2rem 2.5rem;
    background-color: #F5F5F9;
    border-radius: .5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding-bottom: 0.85rem;
}
.form__title {
    position: absolute;
    top: 0.5rem;
    height: 1.5rem;
    /* margin-top: -.75rem; */
    left: 2.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    opacity: .32;
    transition: all ease .24s;
    line-height: 1.5rem;
    pointer-events: none;
}
.form__input input[type="submit" i]  {
    padding: 1.25rem;
    cursor: pointer;
    background-color: var(--color__fill-3);
    color: #fff;
    width: 100%;
}
.form__input input[type="submit" i]:hover {
    background-color: var(--color__fill-2);
}
body.open-popun {
}
.covid__block {
    background-color: #F7F7FF;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    padding-right: 18%;
}
.covid__block.--covid1 {
    background: url(../images/covid1.png) right bottom no-repeat #F7F7FF;
}
.covid__block.--covid2 {
    background: url(../images/covid2.png) right bottom no-repeat #F7F7FF;
}
.covid__block.--covid3 {
    background: url(../images/covid3.png) right bottom no-repeat #F7F7FF;
}
.covid__block h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}
p.--grey {
    opacity: 0.65;
}
.covid__block  p span {
    color: var(--color__fill-2);
    text-decoration: underline;
}
.covid__ul,.covid__ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.covid__ul li {
    padding-left: 2rem;
    padding-top: 0.5rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.covid__ul li:before {
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0px;
    top: 0.555rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8081 0.401444C12.0481 0.145214 12.3721 0.00100945 12.7101 5.27951e-06C13.0481 -0.000998889 13.3729 0.141278 13.6142 0.396078C13.8555 0.650878 13.9941 0.997727 13.9998 1.36164C14.0056 1.72555 13.8781 2.07728 13.645 2.34078L6.79822 11.5573C6.68055 11.6938 6.53853 11.8033 6.38065 11.8793C6.22277 11.9553 6.05227 11.9963 5.87935 11.9998C5.70643 12.0032 5.53465 11.9691 5.37426 11.8994C5.21387 11.8297 5.06818 11.7259 4.9459 11.5942L0.409413 6.70707C0.283031 6.58025 0.181664 6.42732 0.111358 6.2574C0.0410522 6.08748 0.00324758 5.90405 0.000200188 5.71805C-0.0028472 5.53205 0.0289251 5.3473 0.0936211 5.17481C0.158317 5.00232 0.254612 4.84564 0.37676 4.7141C0.498909 4.58256 0.644408 4.47886 0.80458 4.40919C0.964752 4.33952 1.13631 4.3053 1.30903 4.30858C1.48175 4.31186 1.65208 4.35258 1.80987 4.42829C1.96766 4.504 2.10967 4.61316 2.22744 4.74926L5.81889 8.61501L11.7755 0.442079C11.7861 0.427771 11.7976 0.414199 11.8098 0.401444H11.8081Z' fill='%23FF3A4B'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.covid__btns {
    display: flex;
    justify-content: center;
}
.covid__btns .btn {
    margin: 0 0.5rem;
}
.covid__btns .btn.--red:hover {
    background-color: var(--color__fill-3);
    color: #fff;
}
.usluga__text  {
    width: 75%; position: relative;
}
.usluga__text  ul,.usluga__text  ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.usluga__text ul
{ margin-bottom: 2rem;}
.usluga__text ul  li {
    padding-left: 2rem;
    padding-top: 0.5rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.usluga__text  li:before {
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0px;
    top: 0.555rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8081 0.401444C12.0481 0.145214 12.3721 0.00100945 12.7101 5.27951e-06C13.0481 -0.000998889 13.3729 0.141278 13.6142 0.396078C13.8555 0.650878 13.9941 0.997727 13.9998 1.36164C14.0056 1.72555 13.8781 2.07728 13.645 2.34078L6.79822 11.5573C6.68055 11.6938 6.53853 11.8033 6.38065 11.8793C6.22277 11.9553 6.05227 11.9963 5.87935 11.9998C5.70643 12.0032 5.53465 11.9691 5.37426 11.8994C5.21387 11.8297 5.06818 11.7259 4.9459 11.5942L0.409413 6.70707C0.283031 6.58025 0.181664 6.42732 0.111358 6.2574C0.0410522 6.08748 0.00324758 5.90405 0.000200188 5.71805C-0.0028472 5.53205 0.0289251 5.3473 0.0936211 5.17481C0.158317 5.00232 0.254612 4.84564 0.37676 4.7141C0.498909 4.58256 0.644408 4.47886 0.80458 4.40919C0.964752 4.33952 1.13631 4.3053 1.30903 4.30858C1.48175 4.31186 1.65208 4.35258 1.80987 4.42829C1.96766 4.504 2.10967 4.61316 2.22744 4.74926L5.81889 8.61501L11.7755 0.442079C11.7861 0.427771 11.7976 0.414199 11.8098 0.401444H11.8081Z' fill='%23FF3A4B'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.usluga__text p span {
    color: var(--color__fill-2);
}
.usluga__btns {
    display: block;
    margin-top: 2.5rem;
}
.usluga__btns .btn {
    margin-right: 0.5rem;
}
.usluga__btns .btn.--red:hover {
    background-color: var(--color__fill-3);
    color: #fff;
}
.popup#usluga1 {
    background: url(../images/usl1.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga2 {
    background: url(../images/usl2.png) right bottom no-repeat #fff;
    background-size: 16rem;
}
.popup#usluga3 {
    background: url(../images/usl9.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga4 {
    background: url(../images/usl3.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga5 {
    background: url(../images/usl6.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga6 {
    background: url(../images/usl7.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga7 {
    background: url(../images/usl8.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga8 {
    background: url(../images/usl5.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.popup#usluga9 {
    background: url(../images/usl4.png) right bottom no-repeat #fff;
    background-size: 18rem;
}
.vac__head {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='401' height='43' viewBox='0 0 401 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2266 18.0891C62.6496 23.2904 385.662 15.0426 385.662 13.0396' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1 22.0312C119.37 31.4794 238.51 27.8249 357.028 22.5983C370.173 22.0186 386.003 22.7025 399.435 20.0779C401.364 19.701 397.343 17.4815 397.229 17.4054' stroke='%23FF3A4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1.9rem;
    background-size: 23rem;
}
.vac__head span {
    font-size: 0.8rem;
    padding: 0.35rem;
    border-radius: 4px;
    background: #B4DDF3;
    font-family: 'Montserrat', sans-serif;
    margin-left: 1rem;
    font-weight: 400;
}
.popup .vac__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.popup .vac__text .vac__coll:first-child {
    flex: 0 1 43%;
    width: 43%;
}
.popup .vac__text .vac__coll:last-child {
    flex: 0 1 52%;
    width: 52%
}
.popup .vac__text ul {
    width: 100%;
    margin-bottom: 2rem;
}
.vac__phone {
    color: var(--color__fill-3);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: -0.35rem;
    display: block;
}
.popup .--vac {
    width: 75%;
    max-width: 60rem;
    background: url(../images/vac2.png) right bottom no-repeat #fff;
    margin-bottom: 1rem;
}
.popup .vac__text h4 {
    font-size: 1.2rem;
    margin: 1.25rem 0;
}

#thanks {
    position: fixed;
top: calc(50% - 50px)
}
.popup.--fromslider h3
{
font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
}
.popup.--fromslider h3 span
{color: var(--color__fill-2);}

.usluga__price
{    font-weight: 700;}
.usluga__price span
{color: var(--color__fill-2);font-size: 1.5rem;margin: 1.75rem 0;padding-left: 0.5rem;}
.usluga__note
{position: absolute;
    right:-5rem;
    top: 0;
    background: var(--color__fill-2);
    height: 3rem;
    width: 3rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
    padding: 1rem;}

.popup.--fromslider  .usluga__text {
    width: 80%;
    position: relative;
}
.usluga__price span.--oldprice
{position: relative;
    font-size: 0.9rem;
    color: var(--color__gray-2);
    width: auto;
    display: inline-block;
    font-weight: 300;
    margin-left: 0.5rem;}
.usluga__price span.--oldprice:before
{content: "";
    width: 100%;
    border-bottom: 1px solid var(--color__gray-2);
    position: absolute;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 0.5rem;}

.slider__one.covid__slide
{    background-color: #F7F7FF;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;background-position: right bottom;
  }

.slider__one.covid__slide .slider__wrap {
    max-width: 30rem;
}

.slider__one.covid__slide .slider__note {
    
    right: -4rem;
}

.--recall {
    width: 20%;
}

.ajax-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.ajax-form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #b4ddf3;
    font-size: 1.1rem;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    font-weight: 600;
    box-sizing: border-box;
}

.form-btn {
    width: 100%;
    cursor: pointer;
}

.form-btn:hover {
    background-color: #20B2FF !important;
    border: 2px solid #20B2FF !important;
    color: #FFFFFF !important;
}